artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97d7462
)
Fix typo in comment
author
bket
<bket@openbsd.org>
Sat, 5 Mar 2022 07:13:48 +0000
(07:13 +0000)
committer
bket
<bket@openbsd.org>
Sat, 5 Mar 2022 07:13:48 +0000
(07:13 +0000)
OK tb@
lib/libssl/ssl_ciph.c
patch
|
blob
|
history
diff --git
a/lib/libssl/ssl_ciph.c
b/lib/libssl/ssl_ciph.c
index
13dcd90
..
2bc9f8e
100644
(file)
--- a/
lib/libssl/ssl_ciph.c
+++ b/
lib/libssl/ssl_ciph.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ssl_ciph.c,v 1.12
6 2022/02/05 14:54:10 jsing
Exp $ */
+/* $OpenBSD: ssl_ciph.c,v 1.12
7 2022/03/05 07:13:48 bket
Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@
-448,7
+448,7
@@
ssl_cipher_get_evp(const SSL_SESSION *ss, const EVP_CIPHER **enc,
/*
* This function does not handle EVP_AEAD.
- * See ssl_cipher_get_
aead_evp
instead.
+ * See ssl_cipher_get_
evp_aead
instead.
*/
if (ss->cipher->algorithm_mac & SSL_AEAD)
return 0;