summaryrefslogtreecommitdiffstats
path: root/ssl/ssltest.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-01-07 23:44:27 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-01-07 23:44:27 +0000
commitbab534057b855a7dbf98261d494897b3542bd9d5 (patch)
tree8f339a962fce59f79aca9d68eee75304b885d551 /ssl/ssltest.c
parentcec2af75102df52c2f270b3751e3487f47fccb6c (diff)
Updatde from stable branch.
Diffstat (limited to 'ssl/ssltest.c')
-rw-r--r--ssl/ssltest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssltest.c b/ssl/ssltest.c
index c76f6677b4..9ef43dfa88 100644
--- a/ssl/ssltest.c
+++ b/ssl/ssltest.c
@@ -2177,7 +2177,7 @@ static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg)
if (cb_arg->proxy_auth)
{
- if (ok)
+ if (ok > 0)
{
const char *cond_end = NULL;