summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl_ciph.c
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-06-29 20:06:56 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-06-29 20:06:56 +0000
commitff8a4e03097fe23c82550e6620d54af7081da229 (patch)
treea292fd8ac8ddd3824567091a7a9a8f6ef11bf1a9 /lib/libssl/ssl_ciph.c
parent03dcfa8803c1e89db88e0ce4d944a8c977667198 (diff)
Remove a confusing comment
discussed with jsing
Diffstat (limited to 'lib/libssl/ssl_ciph.c')
-rw-r--r--lib/libssl/ssl_ciph.c9
1 files 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) {