diff options
Diffstat (limited to 'ext/openssl')
-rw-r--r-- | ext/openssl/openssl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index 4c32c468f4..996cd17bae 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -3082,7 +3082,6 @@ static int verify_callback(int preverify_ok, X509_STORE_CTX *ctx) X509 *err_cert; int err, depth, ret; zval **val; - TSRMLS_FETCH(); ret = preverify_ok; |