OPENSSL_NO_xxx cleanup: many removals
[openssl.git] / ssl / ssltest.c
index d217efae347add778a69f3d979e81716d8e7d2a3..a49fd86d3d813311748f808457b59a898e769474 100644 (file)
@@ -2909,9 +2909,7 @@ static int app_verify_callback(X509_STORE_CTX *ctx, void *arg)
     if (cb_arg->allow_proxy_certs) {
         X509_STORE_CTX_set_flags(ctx, X509_V_FLAG_ALLOW_PROXY_CERTS);
     }
-#ifndef OPENSSL_NO_X509_VERIFY
     ok = X509_verify_cert(ctx);
-#endif
 
     if (cb_arg->proxy_auth) {
         if (ok > 0) {