Explicit OpenSSL_version_num() implementation prototype

Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
Viktor Dukhovni 2015-11-14 22:15:45 -05:00
parent ff7fbfd550
commit 39e46af6bb

View File

@ -62,7 +62,7 @@
# include "buildinf.h"
#endif
unsigned long OpenSSL_version_num()
unsigned long OpenSSL_version_num(void)
{
return OPENSSL_VERSION_NUMBER;
}