diff options
| author | deraadt <> | 2014-04-17 17:50:45 +0000 |
|---|---|---|
| committer | deraadt <> | 2014-04-17 17:50:45 +0000 |
| commit | 2e080839425d10a274e835d261a91b5303d3e3da (patch) | |
| tree | b19a44b73bedac145a60acd7df66b35b43f8e53e /src/lib/libcrypto/cversion.c | |
| parent | f12d5e8e579bed92a70d9d81ec8e318483c982a7 (diff) | |
| download | openbsd-2e080839425d10a274e835d261a91b5303d3e3da.tar.gz openbsd-2e080839425d10a274e835d261a91b5303d3e3da.tar.bz2 openbsd-2e080839425d10a274e835d261a91b5303d3e3da.zip | |
some KNF cleanup following the script
Diffstat (limited to 'src/lib/libcrypto/cversion.c')
| -rw-r--r-- | src/lib/libcrypto/cversion.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/cversion.c b/src/lib/libcrypto/cversion.c index 74317e2e14..7ecfaf9f2f 100644 --- a/src/lib/libcrypto/cversion.c +++ b/src/lib/libcrypto/cversion.c | |||
| @@ -58,8 +58,8 @@ | |||
| 58 | 58 | ||
| 59 | #include "cryptlib.h" | 59 | #include "cryptlib.h" |
| 60 | 60 | ||
| 61 | const char | 61 | const char * |
| 62 | *SSLeay_version(int t) | 62 | SSLeay_version(int t) |
| 63 | { | 63 | { |
| 64 | if (t == SSLEAY_VERSION) | 64 | if (t == SSLEAY_VERSION) |
| 65 | return OPENSSL_VERSION_TEXT; | 65 | return OPENSSL_VERSION_TEXT; |
