From ecb7605ab840ce06db3ef02745858f6a84c945f7 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 11 Sep 2022 17:26:51 +0000 Subject: Expose OPENSL_cleanup() ok jsing --- src/lib/libcrypto/crypto.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib') 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 @@ -/* $OpenBSD: crypto.h,v 1.56 2022/09/03 17:47:47 jsing Exp $ */ +/* $OpenBSD: crypto.h,v 1.57 2022/09/11 17:26:51 tb Exp $ */ /* ==================================================================== * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. * @@ -562,9 +562,7 @@ void ERR_load_CRYPTO_strings(void); #define OPENSSL_INIT_ENGINE_ALL_BUILTIN _OPENSSL_INIT_FLAG_NOOP int OPENSSL_init_crypto(uint64_t opts, const void *settings); -#if defined(LIBRESSL_NEXT_API) || defined(LIBRESSL_INTERNAL) void OPENSSL_cleanup(void); -#endif #ifdef __cplusplus } -- cgit v1.2.3-55-g6feb