From: tb Date: Tue, 28 Jun 2022 20:54:16 +0000 (+0000) Subject: Add a period to a comment X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=71ad71950e302a73f33c58b342122705e1d8c6fb;p=openbsd Add a period to a comment Pointed out by jsing --- 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;