diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-07-03 22:10:26 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-07-03 22:10:26 +0000 |
commit | 0a3c788d83b3f2d8fbbbdcaa554a356129927714 (patch) | |
tree | 0b595386a677640f03c656b7e00777b6352b065a /lib | |
parent | ead48e3d93a5dfb88bfcc40c69846bc3e6dbc86c (diff) |
Reword a comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/ssl_seclevel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/ssl_seclevel.c b/lib/libssl/ssl_seclevel.c index 571b2cf322f..8b9c1360408 100644 --- a/lib/libssl/ssl_seclevel.c +++ b/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 <tb@openbsd.org> * @@ -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); |