summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cversion.c
diff options
context:
space:
mode:
authorderaadt <>2014-04-17 17:50:45 +0000
committerderaadt <>2014-04-17 17:50:45 +0000
commit2e080839425d10a274e835d261a91b5303d3e3da (patch)
treeb19a44b73bedac145a60acd7df66b35b43f8e53e /src/lib/libcrypto/cversion.c
parentf12d5e8e579bed92a70d9d81ec8e318483c982a7 (diff)
downloadopenbsd-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.c4
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
61const char 61const char *
62*SSLeay_version(int t) 62SSLeay_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;