Commit 0cca92cd authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Remove commented out debug line.

parent 5b430cfc
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -1724,7 +1724,6 @@ int ssl_load_stores(SSL_CTX *ctx,
		ch = X509_STORE_new();
		ch = X509_STORE_new();
		if (!X509_STORE_load_locations(ch, chCAfile, chCApath))
		if (!X509_STORE_load_locations(ch, chCAfile, chCApath))
			goto err;
			goto err;
		/*X509_STORE_set_verify_cb(ch, verify_callback);*/
		SSL_CTX_set1_chain_cert_store(ctx, ch);
		SSL_CTX_set1_chain_cert_store(ctx, ch);
		}
		}
	rv = 1;
	rv = 1;