summaryrefslogtreecommitdiffstats
path: root/crypto/fips_ers.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-22 03:29:12 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:31:38 +0000
commitae5c8664e587f2445c8e4eb436cffbb64af4f6b8 (patch)
tree6d5b2cbee6396484f83126f8c7e7a36b9777a652 /crypto/fips_ers.c
parentaae3233e1e08e9f11742f8f351af5c98cd8add16 (diff)
Run util/openssl-format-source -v -c .
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/fips_ers.c')
-rw-r--r--crypto/fips_ers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/fips_ers.c b/crypto/fips_ers.c
index 09f11748f6..1788ed2884 100644
--- a/crypto/fips_ers.c
+++ b/crypto/fips_ers.c
@@ -3,5 +3,5 @@
#ifdef OPENSSL_FIPS
# include "fips_err.h"
#else
-static void *dummy=&dummy;
+static void *dummy = &dummy;
#endif