diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-09-11 17:26:52 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-09-11 17:26:52 +0000 |
commit | ead13542e20e05fdfb59c7c7c1003066834e620e (patch) | |
tree | 649d29e35cf447272c9c63e7baec46d7a90d8bb9 | |
parent | cad64287a63fbabc8f0fd99667a7c0fec5c59f04 (diff) |
Expose OPENSL_cleanup()
ok jsing
-rw-r--r-- | lib/libcrypto/crypto.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcrypto/crypto.h b/lib/libcrypto/crypto.h index 2d934413ea1..3b00f039fab 100644 --- a/lib/libcrypto/crypto.h +++ b/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 } |