Remove commented out debug line.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 19 Aug 2013 12:30:00 +0000 (13:30 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 19 Aug 2013 13:13:38 +0000 (14:13 +0100)
apps/s_cb.c

index 411a4f671ac7c1c52f8cbcbf1bee4c4780427f78..69a50a4599898c0cac3a125cdda3c2ae1d2589ce 100644 (file)
@@ -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;