Source-Changes-HG archive

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

[src/netbsd-1-6]: src/crypto/dist/openssl/crypto Apply patch (requested by jl...



details:   https://anonhg.NetBSD.org/src/rev/d8cec9cce217
branches:  netbsd-1-6
changeset: 531013:d8cec9cce217
user:      grant <grant%NetBSD.org@localhost>
date:      Tue Nov 25 06:46:47 2003 +0000

description:
Apply patch (requested by jlam in ticket #1566):

define OPENSSL_HAS_20031107_FIX which reflects the date that the
OpenSSL 0.6.9g -> 0.9.6l fixes were pulled up to the branch.

diffstat:

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

diffs (15 lines):

diff -r 221d3f8e795c -r d8cec9cce217 crypto/dist/openssl/crypto/opensslv.h
--- a/crypto/dist/openssl/crypto/opensslv.h     Thu Nov 20 04:31:11 2003 +0000
+++ b/crypto/dist/openssl/crypto/opensslv.h     Tue Nov 25 06:46:47 2003 +0000
@@ -29,6 +29,11 @@
 #define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.6g 9 Aug 2002"
 #define OPENSSL_VERSION_PTEXT  " part of " OPENSSL_VERSION_TEXT
 
+/* The following macro indicates that this version of OpenSSL
+ * contains the security-related diffs between 0.9.6g and 0.9.6l
+ * that were pulled up to the netbsd-1-6 branch on 2003-11-07.
+ */
+#define OPENSSL_HAS_20031107_FIX
 
 /* The macros below are to be used for shared library (.so, .dll, ...)
  * versioning.  That kind of versioning works a bit differently between



Home | Main Index | Thread Index | Old Index