summaryrefslogtreecommitdiff
path: root/ext/openssl
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-03-29 19:57:51 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-03-29 19:57:51 +0000
commit0d0fffe98b66a37883f192a23c58ce0fa65278f3 (patch)
tree5b78c1638c79c6846776a8129dee1e13c6c72c18 /ext/openssl
parent2ce2300d769d6f7d42589bc11389b161d0cb0d16 (diff)
downloadphp-git-0d0fffe98b66a37883f192a23c58ce0fa65278f3.tar.gz
Fixed compiler warnings.
Diffstat (limited to 'ext/openssl')
-rw-r--r--ext/openssl/openssl.c1
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;