Skip to content

Commit 40e865b

Browse files
authored
Remove call that hasn't been required since OpenSSL 1.1.0 (#1107)
1 parent 2bd1c51 commit 40e865b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/OpenSSL/crypto.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3252,11 +3252,6 @@ def load_pkcs12(buffer, passphrase=None):
32523252
# using)).
32533253
_lib.OpenSSL_add_all_algorithms()
32543254

3255-
# This is similar but exercised mainly by exception_from_error_queue. It calls
3256-
# both ERR_load_crypto_strings() and ERR_load_SSL_strings().
3257-
_lib.SSL_load_error_strings()
3258-
3259-
32603255
# Set the default string mask to match OpenSSL upstream (since 2005) and
32613256
# RFC5280 recommendations.
32623257
_lib.ASN1_STRING_set_default_mask_asc(b"utf8only")

0 commit comments

Comments
 (0)