summaryrefslogtreecommitdiffstats
path: root/crypto/ocsp/ocsp_vfy.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-01-19 01:32:23 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-01-19 01:32:23 +0000
commit73758d435bfcce06c5bcb58a54e5c2ddde47bed1 (patch)
tree873267d8ba2bdaee9e3480c39930d0966451dbd8 /crypto/ocsp/ocsp_vfy.c
parent90f63e8f83f663135e24562058d902a283070367 (diff)
Additional functionality in ocsp utility: print summary
of status info. Check nonce values. Option to disable verify. Update usage message. Rename status to string functions and make them global.
Diffstat (limited to 'crypto/ocsp/ocsp_vfy.c')
-rw-r--r--crypto/ocsp/ocsp_vfy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ocsp/ocsp_vfy.c b/crypto/ocsp/ocsp_vfy.c
index b656609ee8..8868c980cb 100644
--- a/crypto/ocsp/ocsp_vfy.c
+++ b/crypto/ocsp/ocsp_vfy.c
@@ -144,7 +144,7 @@ int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
end:
if(chain) sk_X509_pop_free(chain, X509_free);
- return 1;
+ return ret;
}