summaryrefslogtreecommitdiff
path: root/sys-auth/pam_mount/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
commit9ee6d97c2883d42f204a533a8bc1f4562df778fb (patch)
treeb690ddc0ca30f1472887edbb0b8313629bfcbbb2 /sys-auth/pam_mount/files
parentb17a3ef12038de50228bade1f05502c74e135321 (diff)
gentoo resync : 16.09.2020
Diffstat (limited to 'sys-auth/pam_mount/files')
-rw-r--r--sys-auth/pam_mount/files/pam_mount-2.16-remove-obsolete-openssl-api.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-auth/pam_mount/files/pam_mount-2.16-remove-obsolete-openssl-api.patch b/sys-auth/pam_mount/files/pam_mount-2.16-remove-obsolete-openssl-api.patch
new file mode 100644
index 000000000000..6139ba6b648b
--- /dev/null
+++ b/sys-auth/pam_mount/files/pam_mount-2.16-remove-obsolete-openssl-api.patch
@@ -0,0 +1,17 @@
+These functions are obsolete and a noop in OpenSSL 1.1.
+
+diff -Naurp a/src/crypto.c b/src/crypto.c
+--- a/src/crypto.c 2016-09-23 09:52:47.000000000 +0200
++++ b/src/crypto.c 2020-09-09 11:20:44.291423666 +0200
+@@ -67,11 +67,6 @@ EXPORT_SYMBOL int cryptmount_init(void)
+ pthread_mutex_unlock(&ehd_init_lock);
+ return ret;
+ }
+-#ifdef HAVE_LIBCRYPTO
+- OpenSSL_add_all_algorithms();
+- OpenSSL_add_all_ciphers();
+- OpenSSL_add_all_digests();
+-#endif
+ }
+ ++ehd_use_count;
+ pthread_mutex_unlock(&ehd_init_lock);