1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

don't set AUTO_RETRY. it's a remnant of an experiment.

This commit is contained in:
tb 2021-01-21 05:02:25 +00:00
parent 9be7043ffd
commit f784c504b9

View File

@ -1,4 +1,4 @@
/* $OpenBSD: ssl_get_shared_ciphers.c,v 1.7 2021/01/12 17:53:18 tb Exp $ */
/* $OpenBSD: ssl_get_shared_ciphers.c,v 1.8 2021/01/21 05:02:25 tb Exp $ */
/*
* Copyright (c) 2021 Theo Buehler <tb@openbsd.org>
*
@ -223,8 +223,6 @@ peer_config_to_ssl_ctx(const struct peer_config *config)
goto err;
}
SSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY);
if (config->server) {
if (!SSL_CTX_use_certificate_file(ctx, server_cert,
SSL_FILETYPE_PEM)) {