diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-03-29 14:43:49 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-03-29 14:43:49 +0000 |
commit | 5bd84f9d988cbb52744b8ed0b2f13e208f5a37da (patch) | |
tree | 186b555b484965482ec18fab781f357bb282e225 /security/openssl-beta/files | |
parent | Delete the bash1 port. (diff) |
- patch-ab needs to patch Makefile.org and not Makefile.ssl. Otherwise
the diffs are trashed because Makefile.org is used as a basis for
Makefile.ssl during configuration. Now that patch-ab is applied correctly
libRSAglue.a is installed.
- add patch-aj obtained from the OpenSSL CVS repository:
"Make sure the RSA OAEP test is skipped under -DRSAref because
OAEP isn't supported when OpenSSL is built with RSAref."
Notes
Notes:
svn path=/head/; revision=17435
Diffstat (limited to 'security/openssl-beta/files')
-rw-r--r-- | security/openssl-beta/files/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl-beta/files/patch-ab b/security/openssl-beta/files/patch-ab index e65b4eef33a2..242f51032255 100644 --- a/security/openssl-beta/files/patch-ab +++ b/security/openssl-beta/files/patch-ab @@ -1,5 +1,5 @@ ---- Makefile.ssl.orig Mon Mar 22 18:18:18 1999 -+++ Makefile.ssl Wed Mar 24 17:25:25 1999 +--- Makefile.org.orig Mon Mar 22 18:18:18 1999 ++++ Makefile.org Wed Mar 24 17:25:25 1999 @@ -149,7 +149,7 @@ ONEDIRS=out tmp EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep |