aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2021-01-09 23:53:20 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2021-01-09 23:53:20 +0000
commitc7c9cccfb5cec95de25bdda0b18adf37715beaad (patch)
treeae2a539e3568f98dc01069bf37fc0348836668d3 /security
parentde35a537f76c6ecf8be7ff64cf424b3dbb871a15 (diff)
downloadports-c7c9cccfb5cec95de25bdda0b18adf37715beaad.tar.gz
ports-c7c9cccfb5cec95de25bdda0b18adf37715beaad.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/php80-openssl/files/patch-openssl.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/php80-openssl/files/patch-openssl.c b/security/php80-openssl/files/patch-openssl.c
deleted file mode 100644
index 4e2489a03ed1..000000000000
--- a/security/php80-openssl/files/patch-openssl.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- openssl.c.orig 2020-12-04 10:00:27.778868000 +0000
-+++ openssl.c 2020-12-04 10:01:36.820415000 +0000
-@@ -6496,7 +6496,7 @@
- int cipher_mode = EVP_CIPHER_mode(cipher_type);
- memset(mode, 0, sizeof(struct php_openssl_cipher_mode));
- switch (cipher_mode) {
--#if PHP_OPENSSL_API_VERSION >= 0x10100
-+#ifdef EVP_CIPH_OCB_MODE
- case EVP_CIPH_GCM_MODE:
- case EVP_CIPH_OCB_MODE:
- case EVP_CIPH_CCM_MODE: