artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9be7043
)
don't set AUTO_RETRY. it's a remnant of an experiment.
author
tb
<tb@openbsd.org>
Thu, 21 Jan 2021 05:02:25 +0000
(
05:02
+0000)
committer
tb
<tb@openbsd.org>
Thu, 21 Jan 2021 05:02:25 +0000
(
05:02
+0000)
regress/lib/libssl/unit/ssl_get_shared_ciphers.c
patch
|
blob
|
history
diff --git
a/regress/lib/libssl/unit/ssl_get_shared_ciphers.c
b/regress/lib/libssl/unit/ssl_get_shared_ciphers.c
index
2501f32
..
7bffba2
100644
(file)
--- a/
regress/lib/libssl/unit/ssl_get_shared_ciphers.c
+++ b/
regress/lib/libssl/unit/ssl_get_shared_ciphers.c
@@
-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)) {