From: Viktor Dukhovni Date: Sun, 15 Nov 2015 03:15:45 +0000 (-0500) Subject: Explicit OpenSSL_version_num() implementation prototype X-Git-Tag: OpenSSL_1_1_0-pre1~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39e46af6bb3f1ad7f5c0dee8e3d13e2daf9a0160;p=openssl Explicit OpenSSL_version_num() implementation prototype Reviewed-by: Tim Hudson --- 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; }