artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1ab956
)
Add a period to a comment
author
tb
<tb@openbsd.org>
Tue, 28 Jun 2022 20:54:16 +0000
(20:54 +0000)
committer
tb
<tb@openbsd.org>
Tue, 28 Jun 2022 20:54:16 +0000
(20:54 +0000)
Pointed out by jsing
lib/libssl/ssl_seclevel.c
patch
|
blob
|
history
diff --git
a/lib/libssl/ssl_seclevel.c
b/lib/libssl/ssl_seclevel.c
index
39b1bf3
..
6c788c2
100644
(file)
--- 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 <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;