diff options
-rw-r--r-- | src/lib/libcrypto/crypto.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/crypto.h b/src/lib/libcrypto/crypto.h index 2d934413ea..3b00f039fa 100644 --- a/src/lib/libcrypto/crypto.h +++ b/src/lib/libcrypto/crypto.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: crypto.h,v 1.56 2022/09/03 17:47:47 jsing Exp $ */ | 1 | /* $OpenBSD: crypto.h,v 1.57 2022/09/11 17:26:51 tb 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,9 +562,7 @@ 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); | 565 | void OPENSSL_cleanup(void); |
567 | #endif | ||
568 | 566 | ||
569 | #ifdef __cplusplus | 567 | #ifdef __cplusplus |
570 | } | 568 | } |