summaryrefslogtreecommitdiffstats
path: root/crypto/cversion.c
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2015-11-14 22:15:45 -0500
committerViktor Dukhovni <openssl-users@dukhovni.org>2015-11-15 00:02:57 -0500
commit39e46af6bb3f1ad7f5c0dee8e3d13e2daf9a0160 (patch)
tree00efca3f06ecef358c29fcd95dcc9b51cd61a1b9 /crypto/cversion.c
parentff7fbfd55039c6d1a003304abd89959365309d74 (diff)
Explicit OpenSSL_version_num() implementation prototype
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/cversion.c')
-rw-r--r--crypto/cversion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cversion.c b/crypto/cversion.c
index aa479a9409..8e41fcef74 100644
--- a/crypto/cversion.c
+++ b/crypto/cversion.c
@@ -62,7 +62,7 @@
# include "buildinf.h"
#endif
-unsigned long OpenSSL_version_num()
+unsigned long OpenSSL_version_num(void)
{
return OPENSSL_VERSION_NUMBER;
}