mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Protect applications from failing to compile when they
try to directly include opensslv.h.
This commit is contained in:
parent
75573c44e5
commit
09ad8001be
@ -1,3 +1,8 @@
|
||||
#ifndef HEADER_OPENSSLV_H
|
||||
#define HEADER_OPENSSLV_H
|
||||
|
||||
#define OPENSSL_VERSION_NUMBER 0x0923 /* Version 0.9.1c is 0913 */
|
||||
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.2c 01 Apr 1999"
|
||||
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
|
||||
|
||||
#endif /* HEADER_OPENSSLV_H */
|
||||
|
Loading…
Reference in New Issue
Block a user