summaryrefslogtreecommitdiff
path: root/security/openssl/files
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-08-27 16:38:03 +0000
committerMark Murray <markm@FreeBSD.org>1998-08-27 16:38:03 +0000
commit58337fe7a8e4c9a29a74368879bc9865d13b76bd (patch)
tree90fedbef022e7261e3a82d00f77f3645c23bffd8 /security/openssl/files
parentapache13-modssl is crypto stuff, so export controlled (diff)
Upgrade to version 0.9.0b
Notes
Notes: svn path=/head/; revision=12885
Diffstat (limited to 'security/openssl/files')
-rw-r--r--security/openssl/files/patch-ab46
1 files changed, 18 insertions, 28 deletions
diff --git a/security/openssl/files/patch-ab b/security/openssl/files/patch-ab
index 184f8010307e..0d390ca466d0 100644
--- a/security/openssl/files/patch-ab
+++ b/security/openssl/files/patch-ab
@@ -1,28 +1,18 @@
-*** Makefile.ssl.ORIG Tue Feb 17 21:43:38 1998
---- Makefile.ssl Tue Feb 17 21:46:22 1998
-***************
-*** 122,128 ****
- VERSION PROBLEMS MINFO makefile.one e_os.h \
- MICROSOFT makevms.com
- WDIRS= windows
-! LIBS= libcrypto.a libssl.a
-
- GENERAL= Makefile
- BASENAME= SSLeay
---- 122,128 ----
- VERSION PROBLEMS MINFO makefile.one e_os.h \
- MICROSOFT makevms.com
- WDIRS= windows
-! LIBS= libcrypto.a libssl.a libRSAglue.a
-
- GENERAL= Makefile
- BASENAME= SSLeay
-***************
-*** 272,276 ****
---- 272,277 ----
- sh util/ranlib.sh $(INSTALLTOP)/lib/$$i; \
- chmod 644 $(INSTALLTOP)/lib/$$i ); \
- done
-+ cp apps/ssleay.cnf $(INSTALLTOP)/etc/ssleay.cnf.sample
-
- # DO NOT DELETE THIS LINE -- make depend depends on it.
+--- Makefile.ssl.orig Fri Jun 26 10:25:25 1998
++++ Makefile.ssl Sat Aug 22 13:14:34 1998
+@@ -175,7 +175,7 @@
+ VERSION PROBLEMS MINFO makefile.one e_os.h \
+ MICROSOFT makevms.com config PATENTS
+ WDIRS= windows
+-LIBS= libcrypto.a libssl.a
++LIBS= libcrypto.a libssl.a libRSAglue.a
+
+ GENERAL= Makefile
+ BASENAME= SSLeay
+@@ -327,5 +327,6 @@
+ sh util/ranlib.sh $(INSTALLTOP)/lib/$$i; \
+ chmod 644 $(INSTALLTOP)/lib/$$i ); \
+ done
++ cp apps/ssleay.cnf $(INSTALLTOP)/etc/ssleay.cnf.sample
+
+ # DO NOT DELETE THIS LINE -- make depend depends on it.