Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2]: src/crypto/dist/openssl/crypto Pull up following revision(s) ...



details:   https://anonhg.NetBSD.org/src/rev/8254dd95d47b
branches:  netbsd-2
changeset: 564090:8254dd95d47b
user:      riz <riz%NetBSD.org@localhost>
date:      Wed Oct 12 00:47:37 2005 +0000

description:
Pull up following revision(s) (requested by gendalia in ticket #5926):
        crypto/dist/openssl/crypto/opensslv.h: revision 1.2
Add a preprocessor symbol so we can distinguish fixed openssl
from the vanilla openssl.  Thanks <jlam>.

diffstat:

 crypto/dist/openssl/crypto/opensslv.h |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r bdf72aa6e167 -r 8254dd95d47b crypto/dist/openssl/crypto/opensslv.h
--- a/crypto/dist/openssl/crypto/opensslv.h     Tue Oct 11 23:47:05 2005 +0000
+++ b/crypto/dist/openssl/crypto/opensslv.h     Wed Oct 12 00:47:37 2005 +0000
@@ -81,5 +81,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 */



Home | Main Index | Thread Index | Old Index