summaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2013-08-19 13:30:00 +0100
committerDr. Stephen Henson <steve@openssl.org>2013-08-19 14:13:38 +0100
commit0cca92cdd3e32df6058bd5979e3fbe9af1693833 (patch)
treecc7337ed9a32d10ba524a0377d1b7b32ad913c5e /apps/s_cb.c
parent5b430cfc441e7e442199ccfaefb99af2b13dc44e (diff)
Remove commented out debug line.
Diffstat (limited to 'apps/s_cb.c')
-rw-r--r--apps/s_cb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/s_cb.c b/apps/s_cb.c
index 411a4f671a..69a50a4599 100644
--- a/apps/s_cb.c
+++ b/apps/s_cb.c
@@ -1724,7 +1724,6 @@ int ssl_load_stores(SSL_CTX *ctx,
ch = X509_STORE_new();
if (!X509_STORE_load_locations(ch, chCAfile, chCApath))
goto err;
- /*X509_STORE_set_verify_cb(ch, verify_callback);*/
SSL_CTX_set1_chain_cert_store(ctx, ch);
}
rv = 1;