From 0cca92cdd3e32df6058bd5979e3fbe9af1693833 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 19 Aug 2013 13:30:00 +0100 Subject: [PATCH] Remove commented out debug line. --- apps/s_cb.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.40.0