mirror of
https://github.com/openssl/openssl.git
synced 2025-01-20 17:03:33 +08:00
Explicit OpenSSL_version_num() implementation prototype
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
ff7fbfd550
commit
39e46af6bb
@ -62,7 +62,7 @@
|
|||||||
# include "buildinf.h"
|
# include "buildinf.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
unsigned long OpenSSL_version_num()
|
unsigned long OpenSSL_version_num(void)
|
||||||
{
|
{
|
||||||
return OPENSSL_VERSION_NUMBER;
|
return OPENSSL_VERSION_NUMBER;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user