Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/b3c2287cc755
branches:  netbsd-3
changeset: 577344:b3c2287cc755
user:      riz <riz%NetBSD.org@localhost>
date:      Wed Oct 12 00:39:34 2005 +0000

description:
Pull up following revision(s) (requested by gendalia in ticket #882):
        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 ff1a1ade5fd0 -r b3c2287cc755 crypto/dist/openssl/crypto/opensslv.h
--- a/crypto/dist/openssl/crypto/opensslv.h     Tue Oct 11 21:06:45 2005 +0000
+++ b/crypto/dist/openssl/crypto/opensslv.h     Wed Oct 12 00:39:34 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