Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/crypto/dist/openssl/crypto Pull up following revision(s...
details: https://anonhg.NetBSD.org/src/rev/1514694e3daf
branches: netbsd-2-0
changeset: 564867:1514694e3daf
user: riz <riz%NetBSD.org@localhost>
date: Wed Oct 12 00:47:33 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 848746daabfb -r 1514694e3daf crypto/dist/openssl/crypto/opensslv.h
--- a/crypto/dist/openssl/crypto/opensslv.h Tue Oct 11 21:10:39 2005 +0000
+++ b/crypto/dist/openssl/crypto/opensslv.h Wed Oct 12 00:47:33 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