summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorbket <>2022-03-05 07:13:48 +0000
committerbket <>2022-03-05 07:13:48 +0000
commitf1c77c6f14665db63d85ca49365a3258bb34354a (patch)
tree9692b290504d1bb36846f42cc7d8e62087156b8d /src/lib
parent7ff9203d8a907d87807eb46a6e75aa17ef165030 (diff)
downloadopenbsd-f1c77c6f14665db63d85ca49365a3258bb34354a.tar.gz
openbsd-f1c77c6f14665db63d85ca49365a3258bb34354a.tar.bz2
openbsd-f1c77c6f14665db63d85ca49365a3258bb34354a.zip
Fix typo in comment
OK tb@
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libssl/ssl_ciph.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_ciph.c b/src/lib/libssl/ssl_ciph.c
index 13dcd90525..2bc9f8ea42 100644
--- a/src/lib/libssl/ssl_ciph.c
+++ b/src/lib/libssl/ssl_ciph.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_ciph.c,v 1.126 2022/02/05 14:54:10 jsing Exp $ */ 1/* $OpenBSD: ssl_ciph.c,v 1.127 2022/03/05 07:13:48 bket Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -448,7 +448,7 @@ ssl_cipher_get_evp(const SSL_SESSION *ss, const EVP_CIPHER **enc,
448 448
449 /* 449 /*
450 * This function does not handle EVP_AEAD. 450 * This function does not handle EVP_AEAD.
451 * See ssl_cipher_get_aead_evp instead. 451 * See ssl_cipher_get_evp_aead instead.
452 */ 452 */
453 if (ss->cipher->algorithm_mac & SSL_AEAD) 453 if (ss->cipher->algorithm_mac & SSL_AEAD)
454 return 0; 454 return 0;