diff options
author | dirk <dirk@FreeBSD.org> | 1999-03-29 22:43:49 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-03-29 22:43:49 +0800 |
commit | 4b66f2d2b78a7f4feec16191a1a9a04fe9c45b28 (patch) | |
tree | 5f42259156651bb7b48c3eb4237d597d3aadd34f /security/openssl | |
parent | 65a9de3924d80669d80818de82224ad6c2514d45 (diff) | |
download | freebsd-ports-gnome-4b66f2d2b78a7f4feec16191a1a9a04fe9c45b28.tar.gz freebsd-ports-gnome-4b66f2d2b78a7f4feec16191a1a9a04fe9c45b28.tar.zst freebsd-ports-gnome-4b66f2d2b78a7f4feec16191a1a9a04fe9c45b28.zip |
- 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."
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/files/patch-ab | 4 | ||||
-rw-r--r-- | security/openssl/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/openssl/files/patch-ab b/security/openssl/files/patch-ab index e65b4eef33a2..242f51032255 100644 --- a/security/openssl/files/patch-ab +++ b/security/openssl/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 diff --git a/security/openssl/pkg-plist b/security/openssl/pkg-plist index fa95697d8f0e..03f50724ced1 100644 --- a/security/openssl/pkg-plist +++ b/security/openssl/pkg-plist @@ -52,6 +52,7 @@ include/txt_db.h include/x509.h include/x509_vfy.h include/x509v3.h +lib/libRSAglue.a lib/libcrypto.a lib/libssl.a lib/openssl.cnf |