Add a preprocessor symbol so we can distinguish fixed openssl
from the vanilla openssl. Thanks <jlam>.
This commit is contained in:
parent
16ceb2f222
commit
decff3d730
|
@ -85,5 +85,11 @@
|
|||
#define SHLIB_VERSION_HISTORY ""
|
||||
#define SHLIB_VERSION_NUMBER "0.9.7"
|
||||
|
||||
/* The following macro indicates that this version of OpenSSL
|
||||
* contains the security related patch from
|
||||
* http://www.openssl.org/news/patch-CAN-2005-2969.txt
|
||||
*/
|
||||
#define OPENSSL_HAS_20051011_FIX
|
||||
|
||||
|
||||
#endif /* HEADER_OPENSSLV_H */
|
||||
|
|
Loading…
Reference in New Issue