Skip to content

Commit

Permalink
aarch64: fix pyopenssl-311 build
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Nov 22, 2023
1 parent 1be67d2 commit cf2148f
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions build/python311/pyopenssl/patches.aarch64/cryptography.patch
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
diff -wpruN '--exclude=*.orig' a~/src/OpenSSL/crypto.py a/src/OpenSSL/crypto.py
diff -wpruN --no-dereference '--exclude=*.orig' a~/src/OpenSSL/crypto.py a/src/OpenSSL/crypto.py
--- a~/src/OpenSSL/crypto.py 1970-01-01 00:00:00
+++ a/src/OpenSSL/crypto.py 1970-01-01 00:00:00
@@ -3257,8 +3257,7 @@ utils.deprecated(
"PKCS#7 support in pyOpenSSL is deprecated. You should use the APIs "
@@ -2840,8 +2840,7 @@ utils.deprecated(
"PKCS#12 support in pyOpenSSL is deprecated. You should use the APIs "
"in cryptography."
),
- DeprecationWarning,
- name="load_pkcs7_data",
- name="PKCS12",
+ DeprecationWarning
)


@@ -3356,6 +3355,5 @@ utils.deprecated(
"PKCS#12 support in pyOpenSSL is deprecated. You should use the APIs "
"in cryptography."
),
- DeprecationWarning,
- name="load_pkcs12",
+ DeprecationWarning
)

0 comments on commit cf2148f

Please sign in to comment.