Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssl/dist/apps add back missing goto;
details: https://anonhg.NetBSD.org/src/rev/b78597bb0966
branches: trunk
changeset: 850030:b78597bb0966
user: christos <christos%NetBSD.org@localhost>
date: Sun Mar 22 20:01:48 2020 +0000
description:
add back missing goto;
diffstat:
crypto/external/bsd/openssl/dist/apps/s_server.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r a01562c34696 -r b78597bb0966 crypto/external/bsd/openssl/dist/apps/s_server.c
--- a/crypto/external/bsd/openssl/dist/apps/s_server.c Sun Mar 22 19:56:07 2020 +0000
+++ b/crypto/external/bsd/openssl/dist/apps/s_server.c Sun Mar 22 20:01:48 2020 +0000
@@ -1809,6 +1809,7 @@
goto end;
if (max_version != 0
&& SSL_CTX_set_max_proto_version(ctx, max_version) == 0)
+ goto end;
if (session_id_prefix) {
if (strlen(session_id_prefix) >= 32)
Home |
Main Index |
Thread Index |
Old Index