diff options
| author | bket <> | 2022-03-05 07:13:48 +0000 |
|---|---|---|
| committer | bket <> | 2022-03-05 07:13:48 +0000 |
| commit | 757aacbb6a94c933057b1b4dd9e98987590f29c4 (patch) | |
| tree | 9692b290504d1bb36846f42cc7d8e62087156b8d /src/lib/libssl/ssl_ciph.c | |
| parent | 4544eb8a42dcaaf2607c92148dc57fb8caa03aaf (diff) | |
| download | openbsd-757aacbb6a94c933057b1b4dd9e98987590f29c4.tar.gz openbsd-757aacbb6a94c933057b1b4dd9e98987590f29c4.tar.bz2 openbsd-757aacbb6a94c933057b1b4dd9e98987590f29c4.zip | |
Fix typo in comment
OK tb@
Diffstat (limited to 'src/lib/libssl/ssl_ciph.c')
| -rw-r--r-- | src/lib/libssl/ssl_ciph.c | 4 |
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; |
