aboutsummaryrefslogtreecommitdiffstats
path: root/testing/proftpd/openssl-1.1.1.patch
diff options
context:
space:
mode:
authorSimon Frankenberger <simon@fraho.eu>2020-03-26 00:43:30 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-04-05 19:34:51 +0000
commitc24bb5aefea3ed2c9f92d39e7e5e902ad2d883c2 (patch)
tree255bffaee59d801fc8b92a23193860a03c6bd90c /testing/proftpd/openssl-1.1.1.patch
parent95610a3e2dfe39ddb56152f082e75bed952dfd0f (diff)
downloadaports-c24bb5aefea3.tar.bz2
aports-c24bb5aefea3.tar.xz
testing/proftpd: upgrade to 1.3.7_rc3
Diffstat (limited to 'testing/proftpd/openssl-1.1.1.patch')
-rw-r--r--testing/proftpd/openssl-1.1.1.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/testing/proftpd/openssl-1.1.1.patch b/testing/proftpd/openssl-1.1.1.patch
deleted file mode 100644
index 4bb864f458..0000000000
--- a/testing/proftpd/openssl-1.1.1.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/contrib/mod_auth_otp/crypto.c b/contrib/mod_auth_otp/crypto.c
-index c479d56..9a6ccc1 100644
---- a/contrib/mod_auth_otp/crypto.c
-+++ b/contrib/mod_auth_otp/crypto.c
-@@ -50,17 +50,7 @@ void auth_otp_crypto_free(int flags) {
- ERR_free_strings();
-
- #if OPENSSL_VERSION_NUMBER >= 0x10000001L
--# if OPENSSL_VERSION_NUMBER >= 0x10100000L && \
-- !defined(HAVE_LIBRESSL)
-- ERR_remove_thread_state();
--# else
-- /* The ERR_remove_state(0) usage is deprecated due to thread ID
-- * differences among platforms; see the OpenSSL-1.0.0c CHANGES file
-- * for details. So for new enough OpenSSL installations, use the
-- * proper way to clear the error queue state.
-- */
- ERR_remove_thread_state(NULL);
--# endif /* OpenSSL-1.1.x and later */
- #else
- ERR_remove_state(0);
- #endif /* OpenSSL prior to 1.0.0-beta1 */