From 476fd43a302c5a22bbe168a5c9ed76f81da0f36a Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 29 Jun 2022 20:06:55 +0000 Subject: [PATCH] Remove a confusing comment discussed with jsing --- lib/libssl/ssl_ciph.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/lib/libssl/ssl_ciph.c b/lib/libssl/ssl_ciph.c index 228c202c443..132b55842a0 100644 --- a/lib/libssl/ssl_ciph.c +++ b/lib/libssl/ssl_ciph.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_ciph.c,v 1.128 2022/06/29 20:04:28 tb Exp $ */ +/* $OpenBSD: ssl_ciph.c,v 1.129 2022/06/29 20:06:55 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -1174,12 +1174,7 @@ ssl_cipher_process_rulestr(const char *rule_str, CIPHER_ORDER **head_p, } if (ok == 0) retval = 0; - /* - * We do not support any "multi" options - * together with "@", so throw away the - * rest of the command, if any left, until - * end or ':' is found. - */ + while ((*l != '\0') && !ITEM_SEP(*l)) l++; } else if (found) { -- 2.20.1