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/630564f2b3b1
branches:  trunk
changeset: 1008431:630564f2b3b1
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 179d10e06314 -r 630564f2b3b1 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