From c8148fe4a357bf456bc2da69589b49c1c58c535f Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 3 Jul 2022 22:10:25 +0000 Subject: Reword a comment --- src/lib/libssl/ssl_seclevel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libssl/ssl_seclevel.c b/src/lib/libssl/ssl_seclevel.c index 571b2cf322..8b9c136040 100644 --- a/src/lib/libssl/ssl_seclevel.c +++ b/src/lib/libssl/ssl_seclevel.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_seclevel.c,v 1.17 2022/07/03 22:07:12 tb Exp $ */ +/* $OpenBSD: ssl_seclevel.c,v 1.18 2022/07/03 22:10:25 tb Exp $ */ /* * Copyright (c) 2020 Theo Buehler * @@ -312,7 +312,7 @@ ssl_cert_pubkey_security_bits(const X509 *x509) /* * XXX: DSA_security_bits() returns -1 on keys without parameters and - * cause the default security callback to fail. + * makes the default security callback fail. */ return EVP_PKEY_security_bits(pkey); -- cgit v1.2.3-55-g6feb