From: bket Date: Sat, 5 Mar 2022 07:13:48 +0000 (+0000) Subject: Fix typo in comment X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8043fa60194046dbeebce19b2ba4fb856f98a1d9;p=openbsd Fix typo in comment OK tb@ --- diff --git a/lib/libssl/ssl_ciph.c b/lib/libssl/ssl_ciph.c index 13dcd905255..2bc9f8ea42a 100644 --- a/lib/libssl/ssl_ciph.c +++ b/lib/libssl/ssl_ciph.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_ciph.c,v 1.126 2022/02/05 14:54:10 jsing Exp $ */ +/* $OpenBSD: ssl_ciph.c,v 1.127 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;