Add a preprocessor symbol so we can distinguish fixed openssl

from the vanilla openssl.  Thanks <jlam>.
This commit is contained in:
gendalia 2005-10-11 21:17:17 +00:00
parent 16ceb2f222
commit decff3d730
1 changed files with 6 additions and 0 deletions

View File

@ -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 */