This website works better with JavaScript.
Home
Help
Register
Sign In
leviathan
/
openssl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Explicit OpenSSL_version_num() implementation prototype
Reviewed-by: Tim Hudson <tjh@openssl.org>
master
Viktor Dukhovni
7 years ago
parent
ff7fbfd550
commit
39e46af6bb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
crypto/cversion.c
+ 1
- 1
crypto/cversion.c
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
;
}
Write
Preview
Loading…
Cancel
Save