Skip to content

Commit

Permalink
Remove crypto function (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Apr 19, 2024
1 parent eb0c6e4 commit 0ea1f04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions ext/crt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0ea1f04

Please sign in to comment.