diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/evp.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/evp.h b/src/lib/libcrypto/hidden/openssl/evp.h index f5f0cc6dd6..7721a2f412 100644 --- a/src/lib/libcrypto/hidden/openssl/evp.h +++ b/src/lib/libcrypto/hidden/openssl/evp.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: evp.h,v 1.3 2024/04/09 13:52:42 beck Exp $ */ | 1 | /* $OpenBSD: evp.h,v 1.4 2024/04/10 15:00:38 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2024 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2024 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -374,5 +374,10 @@ LCRYPTO_USED(EVP_AEAD_CTX_cleanup); | |||
374 | LCRYPTO_USED(EVP_AEAD_CTX_seal); | 374 | LCRYPTO_USED(EVP_AEAD_CTX_seal); |
375 | LCRYPTO_USED(EVP_AEAD_CTX_open); | 375 | LCRYPTO_USED(EVP_AEAD_CTX_open); |
376 | LCRYPTO_USED(ERR_load_EVP_strings); | 376 | LCRYPTO_USED(ERR_load_EVP_strings); |
377 | LCRYPTO_UNUSED(EVP_MD_CTX_init); | ||
378 | LCRYPTO_UNUSED(EVP_EncryptFinal); | ||
379 | LCRYPTO_UNUSED(EVP_DecryptFinal); | ||
380 | LCRYPTO_UNUSED(EVP_CipherFinal); | ||
381 | LCRYPTO_UNUSED(EVP_CIPHER_CTX_init); | ||
377 | 382 | ||
378 | #endif /* _LIBCRYPTO_EVP_H */ | 383 | #endif /* _LIBCRYPTO_EVP_H */ |