Add a period to a comment
authortb <tb@openbsd.org>
Tue, 28 Jun 2022 20:54:16 +0000 (20:54 +0000)
committertb <tb@openbsd.org>
Tue, 28 Jun 2022 20:54:16 +0000 (20:54 +0000)
Pointed out by jsing

lib/libssl/ssl_seclevel.c

index 39b1bf3..6c788c2 100644 (file)
@@ -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 <tb@openbsd.org>
  *
@@ -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;