diff options
Diffstat (limited to 'src/lib/libssl/ssl_seclevel.c')
| -rw-r--r-- | src/lib/libssl/ssl_seclevel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_seclevel.c b/src/lib/libssl/ssl_seclevel.c index 39b1bf341e..6c788c205d 100644 --- a/src/lib/libssl/ssl_seclevel.c +++ b/src/lib/libssl/ssl_seclevel.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl_seclevel.c,v 1.4 2022/06/28 20:53:32 tb Exp $ */ | 1 | /* $OpenBSD: ssl_seclevel.c,v 1.5 2022/06/28 20:54:16 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2020 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2020 Theo Buehler <tb@openbsd.org> |
| 4 | * | 4 | * |
| @@ -101,7 +101,7 @@ ssl_security_secop_cipher(const SSL_CTX *ctx, const SSL *ssl, int bits, | |||
| 101 | if (bits < minimum_bits) | 101 | if (bits < minimum_bits) |
| 102 | return 0; | 102 | return 0; |
| 103 | 103 | ||
| 104 | /* No unauthenticated ciphersuites */ | 104 | /* No unauthenticated ciphersuites. */ |
| 105 | if (cipher->algorithm_auth & SSL_aNULL) | 105 | if (cipher->algorithm_auth & SSL_aNULL) |
| 106 | return 0; | 106 | return 0; |
| 107 | 107 | ||
