diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/libcrypto/evp/e_chacha20poly1305.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/evp/e_chacha20poly1305.c b/src/lib/libcrypto/evp/e_chacha20poly1305.c index 362e68dc99..796824aeeb 100644 --- a/src/lib/libcrypto/evp/e_chacha20poly1305.c +++ b/src/lib/libcrypto/evp/e_chacha20poly1305.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: e_chacha20poly1305.c,v 1.33 2023/12/15 13:48:59 tb Exp $ */ | 1 | /* $OpenBSD: e_chacha20poly1305.c,v 1.34 2023/12/30 18:24:09 tb Exp $ */ |
| 2 | 2 | ||
| 3 | /* | 3 | /* |
| 4 | * Copyright (c) 2022 Joel Sing <jsing@openbsd.org> | 4 | * Copyright (c) 2022 Joel Sing <jsing@openbsd.org> |
| @@ -345,7 +345,7 @@ static const EVP_AEAD aead_chacha20_poly1305 = { | |||
| 345 | }; | 345 | }; |
| 346 | 346 | ||
| 347 | const EVP_AEAD * | 347 | const EVP_AEAD * |
| 348 | EVP_aead_chacha20_poly1305() | 348 | EVP_aead_chacha20_poly1305(void) |
| 349 | { | 349 | { |
| 350 | return &aead_chacha20_poly1305; | 350 | return &aead_chacha20_poly1305; |
| 351 | } | 351 | } |
| @@ -363,7 +363,7 @@ static const EVP_AEAD aead_xchacha20_poly1305 = { | |||
| 363 | }; | 363 | }; |
| 364 | 364 | ||
| 365 | const EVP_AEAD * | 365 | const EVP_AEAD * |
| 366 | EVP_aead_xchacha20_poly1305() | 366 | EVP_aead_xchacha20_poly1305(void) |
| 367 | { | 367 | { |
| 368 | return &aead_xchacha20_poly1305; | 368 | return &aead_xchacha20_poly1305; |
| 369 | } | 369 | } |
