summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2022-09-11 17:26:51 +0000
committertb <>2022-09-11 17:26:51 +0000
commitecb7605ab840ce06db3ef02745858f6a84c945f7 (patch)
tree93ed05b0ef67347920a9ab7f4e4efdbf5c5ca400 /src/lib
parentcb56d1fb93a60d708f4f76e974ce8c085034779d (diff)
downloadopenbsd-ecb7605ab840ce06db3ef02745858f6a84c945f7.tar.gz
openbsd-ecb7605ab840ce06db3ef02745858f6a84c945f7.tar.bz2
openbsd-ecb7605ab840ce06db3ef02745858f6a84c945f7.zip
Expose OPENSL_cleanup()
ok jsing
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/crypto.h4
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
564int OPENSSL_init_crypto(uint64_t opts, const void *settings); 564int OPENSSL_init_crypto(uint64_t opts, const void *settings);
565#if defined(LIBRESSL_NEXT_API) || defined(LIBRESSL_INTERNAL)
566void OPENSSL_cleanup(void); 565void OPENSSL_cleanup(void);
567#endif
568 566
569#ifdef __cplusplus 567#ifdef __cplusplus
570} 568}