projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b430cf
)
Remove commented out debug line.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 19 Aug 2013 12:30:00 +0000
(13:30 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 19 Aug 2013 13:13:38 +0000
(14:13 +0100)
apps/s_cb.c
patch
|
blob
|
history
diff --git
a/apps/s_cb.c
b/apps/s_cb.c
index 411a4f671ac7c1c52f8cbcbf1bee4c4780427f78..69a50a4599898c0cac3a125cdda3c2ae1d2589ce 100644
(file)
--- 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;