diff options
author | jsing <> | 2014-04-15 13:42:55 +0000 |
---|---|---|
committer | jsing <> | 2014-04-15 13:42:55 +0000 |
commit | 69a8d2dcc19aed0d1116ba2ecd81cce5ae736c94 (patch) | |
tree | f085d85cb06e6b6e1a1b1d52cced54d9f7d7e5f2 /src/lib/libcrypto/fips_ers.c | |
parent | c7fdfc89ee30180bf262c4b146c1b6e1030083d6 (diff) | |
download | openbsd-69a8d2dcc19aed0d1116ba2ecd81cce5ae736c94.tar.gz openbsd-69a8d2dcc19aed0d1116ba2ecd81cce5ae736c94.tar.bz2 openbsd-69a8d2dcc19aed0d1116ba2ecd81cce5ae736c94.zip |
First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.
Diffstat (limited to 'src/lib/libcrypto/fips_ers.c')
-rw-r--r-- | src/lib/libcrypto/fips_ers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/fips_ers.c b/src/lib/libcrypto/fips_ers.c index 09f11748f6..1788ed2884 100644 --- a/src/lib/libcrypto/fips_ers.c +++ b/src/lib/libcrypto/fips_ers.c | |||
@@ -3,5 +3,5 @@ | |||
3 | #ifdef OPENSSL_FIPS | 3 | #ifdef OPENSSL_FIPS |
4 | # include "fips_err.h" | 4 | # include "fips_err.h" |
5 | #else | 5 | #else |
6 | static void *dummy=&dummy; | 6 | static void *dummy = &dummy; |
7 | #endif | 7 | #endif |