mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
Remove crypto function (#111)
This commit is contained in:
+1
-1
Submodule crt/aws-crt-ffi updated: 310920c6ba...a266356369
@@ -241,8 +241,6 @@ PHP_INI_END()
|
|||||||
static PHP_MINIT_FUNCTION(awscrt) {
|
static PHP_MINIT_FUNCTION(awscrt) {
|
||||||
REGISTER_INI_ENTRIES();
|
REGISTER_INI_ENTRIES();
|
||||||
|
|
||||||
/* prevent s2n from initializing/de-initializing OpenSSL/libcrypto */
|
|
||||||
aws_crt_crypto_share();
|
|
||||||
aws_crt_init();
|
aws_crt_init();
|
||||||
aws_php_thread_queue_init(&s_aws_php_main_thread_queue);
|
aws_php_thread_queue_init(&s_aws_php_main_thread_queue);
|
||||||
return SUCCESS;
|
return SUCCESS;
|
||||||
|
|||||||
Reference in New Issue
Block a user