diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-03-29 19:57:51 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-03-29 19:57:51 +0000 |
commit | 0d0fffe98b66a37883f192a23c58ce0fa65278f3 (patch) | |
tree | 5b78c1638c79c6846776a8129dee1e13c6c72c18 /ext/openssl/openssl.c | |
parent | 2ce2300d769d6f7d42589bc11389b161d0cb0d16 (diff) | |
download | php-git-0d0fffe98b66a37883f192a23c58ce0fa65278f3.tar.gz |
Fixed compiler warnings.
Diffstat (limited to 'ext/openssl/openssl.c')
-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; |