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/buildinf.h | |
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/buildinf.h')
-rw-r--r-- | src/lib/libcrypto/buildinf.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/buildinf.h b/src/lib/libcrypto/buildinf.h index 957f09d5fd..8fdb24cb33 100644 --- a/src/lib/libcrypto/buildinf.h +++ b/src/lib/libcrypto/buildinf.h | |||
@@ -1,6 +1,6 @@ | |||
1 | #ifndef MK1MF_BUILD | 1 | #ifndef MK1MF_BUILD |
2 | /* auto-generated by crypto/Makefile for crypto/cversion.c */ | 2 | /* auto-generated by crypto/Makefile for crypto/cversion.c */ |
3 | #define CFLAGS "cc -O" | 3 | #define CFLAGS "cc -O" |
4 | #define PLATFORM "dist" | 4 | #define PLATFORM "dist" |
5 | #define DATE "Sat Aug 21 10:52:09 EST 2010" | 5 | #define DATE "Sat Aug 21 10:52:09 EST 2010" |
6 | #endif | 6 | #endif |