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 Add define for pkgsrc (ticke...



details:   https://anonhg.NetBSD.org/src/rev/71c323d4856a
branches:  netbsd-1-6
changeset: 531229:71c323d4856a
user:      jmc <jmc%NetBSD.org@localhost>
date:      Mon Apr 05 19:25:53 2004 +0000

description:
Add define for pkgsrc (ticket #1640)

diffstat:

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

diffs (16 lines):

diff -r d589fcb21a8d -r 71c323d4856a crypto/dist/openssl/crypto/opensslv.h
--- a/crypto/dist/openssl/crypto/opensslv.h     Thu Apr 01 23:23:27 2004 +0000
+++ b/crypto/dist/openssl/crypto/opensslv.h     Mon Apr 05 19:25:53 2004 +0000
@@ -35,6 +35,12 @@
  */
 #define OPENSSL_HAS_20031107_FIX
 
+/* The following macro indicates that this version of OpenSSL
+ * contains the security-related diffs between 0.9.6l and 0.9.6m
+ * that were pulled up to the netbsd-1-6 branch on 2004-04-01.
+ */
+#define OPENSSL_HAS_20040401_FIX
+
 /* The macros below are to be used for shared library (.so, .dll, ...)
  * versioning.  That kind of versioning works a bit differently between
  * operating systems.  The most usual scheme is to set a major and a minor



Home | Main Index | Thread Index | Old Index