diff options
Diffstat (limited to 'src/lib/libcrypto/crypto.h')
-rw-r--r-- | src/lib/libcrypto/crypto.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/crypto.h b/src/lib/libcrypto/crypto.h index 82372537e1..2d934413ea 100644 --- a/src/lib/libcrypto/crypto.h +++ b/src/lib/libcrypto/crypto.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: crypto.h,v 1.55 2022/07/12 14:42:48 kn Exp $ */ | 1 | /* $OpenBSD: crypto.h,v 1.56 2022/09/03 17:47:47 jsing Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -562,6 +562,9 @@ void ERR_load_CRYPTO_strings(void); | |||
562 | #define OPENSSL_INIT_ENGINE_ALL_BUILTIN _OPENSSL_INIT_FLAG_NOOP | 562 | #define OPENSSL_INIT_ENGINE_ALL_BUILTIN _OPENSSL_INIT_FLAG_NOOP |
563 | 563 | ||
564 | int OPENSSL_init_crypto(uint64_t opts, const void *settings); | 564 | int OPENSSL_init_crypto(uint64_t opts, const void *settings); |
565 | #if defined(LIBRESSL_NEXT_API) || defined(LIBRESSL_INTERNAL) | ||
566 | void OPENSSL_cleanup(void); | ||
567 | #endif | ||
565 | 568 | ||
566 | #ifdef __cplusplus | 569 | #ifdef __cplusplus |
567 | } | 570 | } |