Remove crypto function (#111)

This commit is contained in:
Waqar Ahmed Khan
2024-04-19 14:30:56 -07:00
committed by GitHub
parent eb0c6e4e14
commit 0ea1f04ec5
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -241,8 +241,6 @@ PHP_INI_END()
static PHP_MINIT_FUNCTION(awscrt) {
REGISTER_INI_ENTRIES();
/* prevent s2n from initializing/de-initializing OpenSSL/libcrypto */
aws_crt_crypto_share();
aws_crt_init();
aws_php_thread_queue_init(&s_aws_php_main_thread_queue);
return SUCCESS;