summaryrefslogtreecommitdiff
path: root/dev-python/cryptography/files/openssl_cleanup.patch
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-08-05 06:23:14 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-08-05 06:23:14 +0000
commita33fe876b7e767245871047dc2c292b102cf28df (patch)
treef572b5dabe197286818afd55f0ed3bbc98bd5085 /dev-python/cryptography/files/openssl_cleanup.patch
parent679fb44b8ec4cbe27030d595277d78ba29edf652 (diff)
downloadbaldeagleos-repo-a33fe876b7e767245871047dc2c292b102cf28df.tar.gz
baldeagleos-repo-a33fe876b7e767245871047dc2c292b102cf28df.tar.xz
baldeagleos-repo-a33fe876b7e767245871047dc2c292b102cf28df.zip
Adding metadata
Diffstat (limited to 'dev-python/cryptography/files/openssl_cleanup.patch')
-rw-r--r--dev-python/cryptography/files/openssl_cleanup.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-python/cryptography/files/openssl_cleanup.patch b/dev-python/cryptography/files/openssl_cleanup.patch
deleted file mode 100644
index 1464089e21b4..000000000000
--- a/dev-python/cryptography/files/openssl_cleanup.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -urN cryptography-38.0.1.orig/src/_cffi_src/openssl/crypto.py cryptography-38.0.1/src/_cffi_src/openssl/crypto.py
---- cryptography-38.0.1.orig/src/_cffi_src/openssl/crypto.py 2022-10-09 14:12:20.634321377 +0200
-+++ cryptography-38.0.1/src/_cffi_src/openssl/crypto.py 2022-10-09 14:13:19.612325625 +0200
-@@ -75,12 +75,7 @@
- # define OPENSSL_DIR SSLEAY_DIR
- #endif
-
--#if CRYPTOGRAPHY_IS_LIBRESSL
--static const long Cryptography_HAS_OPENSSL_CLEANUP = 0;
--void (*OPENSSL_cleanup)(void) = NULL;
--#else
- static const long Cryptography_HAS_OPENSSL_CLEANUP = 1;
--#endif
-
- #if CRYPTOGRAPHY_IS_LIBRESSL || CRYPTOGRAPHY_IS_BORINGSSL
- static const long Cryptography_HAS_MEM_FUNCTIONS = 0;