diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/evp/evp.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index 381098b96b..bbc9c3540e 100644 --- a/src/lib/libcrypto/evp/evp.h +++ b/src/lib/libcrypto/evp/evp.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: evp.h,v 1.119 2023/08/25 12:37:33 schwarze Exp $ */ | 1 | /* $OpenBSD: evp.h,v 1.120 2023/10/18 17:26:06 tb 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 | * |
@@ -1325,8 +1325,6 @@ int EVP_AEAD_CTX_open(const EVP_AEAD_CTX *ctx, unsigned char *out, | |||
1325 | size_t nonce_len, const unsigned char *in, size_t in_len, | 1325 | size_t nonce_len, const unsigned char *in, size_t in_len, |
1326 | const unsigned char *ad, size_t ad_len); | 1326 | const unsigned char *ad, size_t ad_len); |
1327 | 1327 | ||
1328 | void EVP_add_alg_module(void); | ||
1329 | |||
1330 | void ERR_load_EVP_strings(void); | 1328 | void ERR_load_EVP_strings(void); |
1331 | 1329 | ||
1332 | /* Error codes for the EVP functions. */ | 1330 | /* Error codes for the EVP functions. */ |