diff options
-rw-r--r-- | src/lib/libssl/ssl_ciph.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/lib/libssl/ssl_ciph.c b/src/lib/libssl/ssl_ciph.c index 228c202c44..132b55842a 100644 --- a/src/lib/libssl/ssl_ciph.c +++ b/src/lib/libssl/ssl_ciph.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl_ciph.c,v 1.128 2022/06/29 20:04:28 tb Exp $ */ | 1 | /* $OpenBSD: ssl_ciph.c,v 1.129 2022/06/29 20:06:55 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -1174,12 +1174,7 @@ ssl_cipher_process_rulestr(const char *rule_str, CIPHER_ORDER **head_p, | |||
1174 | } | 1174 | } |
1175 | if (ok == 0) | 1175 | if (ok == 0) |
1176 | retval = 0; | 1176 | retval = 0; |
1177 | /* | 1177 | |
1178 | * We do not support any "multi" options | ||
1179 | * together with "@", so throw away the | ||
1180 | * rest of the command, if any left, until | ||
1181 | * end or ':' is found. | ||
1182 | */ | ||
1183 | while ((*l != '\0') && !ITEM_SEP(*l)) | 1178 | while ((*l != '\0') && !ITEM_SEP(*l)) |
1184 | l++; | 1179 | l++; |
1185 | } else if (found) { | 1180 | } else if (found) { |