]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/cmp.c
Remove unnecessary setting SSL_MODE_AUTO_RETRY
[thirdparty/openssl.git] / apps / cmp.c
index 2112df0186473ff83911e1fdbbbc0474da41eb1c..8a996f6dce533182270d5c18a0d513141d273b24 100644 (file)
@@ -1191,8 +1191,6 @@ static SSL_CTX *setup_ssl_ctx(OSSL_CMP_CTX *ctx, ENGINE *engine)
     if (ssl_ctx == NULL)
         return NULL;
 
-    SSL_CTX_set_mode(ssl_ctx, SSL_MODE_AUTO_RETRY);
-
     if (opt_tls_trusted != NULL) {
         trust_store = load_certstore(opt_tls_trusted, opt_otherpass,
                                      "trusted TLS certificates", vpm);