Remove commented out debug line.

This commit is contained in:
Dr. Stephen Henson 2013-08-19 13:30:00 +01:00
parent 5b430cfc44
commit 0cca92cdd3

View 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;