commit: 9013ad7f78515f125d53e9a683fb751c649a5954 Author: Hanno Böck <hanno <AT> gentoo <DOT> org> AuthorDate: Tue Oct 7 11:05:25 2025 +0000 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org> CommitDate: Tue Oct 7 11:05:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9013ad7f
sys-auth/pam_mount: Remove obsolete patch Signed-off-by: Hanno Böck <hanno <AT> gentoo.org> .../pam_mount-2.16-remove-obsolete-openssl-api.patch | 17 ----------------- 1 file changed, 17 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 deleted file mode 100644 index 6139ba6b648b..000000000000 --- a/sys-auth/pam_mount/files/pam_mount-2.16-remove-obsolete-openssl-api.patch +++ /dev/null @@ -1,17 +0,0 @@ -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);
