From 71ad71950e302a73f33c58b342122705e1d8c6fb Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 28 Jun 2022 20:54:16 +0000 Subject: [PATCH] Add a period to a comment Pointed out by jsing --- lib/libssl/ssl_seclevel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libssl/ssl_seclevel.c b/lib/libssl/ssl_seclevel.c index 39b1bf341e7..6c788c205db 100644 --- a/lib/libssl/ssl_seclevel.c +++ b/lib/libssl/ssl_seclevel.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_seclevel.c,v 1.4 2022/06/28 20:53:32 tb Exp $ */ +/* $OpenBSD: ssl_seclevel.c,v 1.5 2022/06/28 20:54:16 tb Exp $ */ /* * Copyright (c) 2020 Theo Buehler * @@ -101,7 +101,7 @@ ssl_security_secop_cipher(const SSL_CTX *ctx, const SSL *ssl, int bits, if (bits < minimum_bits) return 0; - /* No unauthenticated ciphersuites */ + /* No unauthenticated ciphersuites. */ if (cipher->algorithm_auth & SSL_aNULL) return 0; -- 2.20.1