summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/crypto.h')
-rw-r--r--src/lib/libcrypto/hidden/openssl/crypto.h22
1 files changed, 1 insertions, 21 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/crypto.h b/src/lib/libcrypto/hidden/openssl/crypto.h
index 083d156d14..efbcca975f 100644
--- a/src/lib/libcrypto/hidden/openssl/crypto.h
+++ b/src/lib/libcrypto/hidden/openssl/crypto.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: crypto.h,v 1.3 2024/03/01 07:38:33 tb Exp $ */ 1/* $OpenBSD: crypto.h,v 1.4 2024/03/02 11:28:46 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -43,30 +43,10 @@ LCRYPTO_USED(CRYPTO_THREADID_cmp);
43LCRYPTO_USED(CRYPTO_THREADID_cpy); 43LCRYPTO_USED(CRYPTO_THREADID_cpy);
44LCRYPTO_USED(CRYPTO_THREADID_hash); 44LCRYPTO_USED(CRYPTO_THREADID_hash);
45LCRYPTO_USED(CRYPTO_set_mem_functions); 45LCRYPTO_USED(CRYPTO_set_mem_functions);
46LCRYPTO_USED(CRYPTO_set_locked_mem_functions);
47LCRYPTO_USED(CRYPTO_set_mem_ex_functions); 46LCRYPTO_USED(CRYPTO_set_mem_ex_functions);
48LCRYPTO_USED(CRYPTO_set_locked_mem_ex_functions);
49LCRYPTO_USED(CRYPTO_set_mem_debug_functions);
50LCRYPTO_USED(CRYPTO_get_mem_functions);
51LCRYPTO_USED(CRYPTO_get_locked_mem_functions);
52LCRYPTO_USED(CRYPTO_get_mem_ex_functions);
53LCRYPTO_USED(CRYPTO_get_locked_mem_ex_functions);
54LCRYPTO_USED(CRYPTO_get_mem_debug_functions);
55LCRYPTO_USED(CRYPTO_realloc_clean);
56LCRYPTO_USED(CRYPTO_remalloc);
57LCRYPTO_USED(CRYPTO_set_mem_debug_options);
58LCRYPTO_USED(CRYPTO_get_mem_debug_options);
59LCRYPTO_USED(CRYPTO_push_info_); 47LCRYPTO_USED(CRYPTO_push_info_);
60LCRYPTO_USED(CRYPTO_pop_info); 48LCRYPTO_USED(CRYPTO_pop_info);
61LCRYPTO_USED(CRYPTO_remove_all_info); 49LCRYPTO_USED(CRYPTO_remove_all_info);
62LCRYPTO_USED(CRYPTO_dbg_malloc);
63LCRYPTO_USED(CRYPTO_dbg_realloc);
64LCRYPTO_USED(CRYPTO_dbg_free);
65LCRYPTO_USED(CRYPTO_dbg_set_options);
66LCRYPTO_USED(CRYPTO_dbg_get_options);
67LCRYPTO_USED(CRYPTO_mem_leaks_fp);
68LCRYPTO_USED(CRYPTO_mem_leaks);
69LCRYPTO_USED(CRYPTO_mem_leaks_cb);
70LCRYPTO_USED(OpenSSLDie); 50LCRYPTO_USED(OpenSSLDie);
71LCRYPTO_USED(OPENSSL_cpu_caps); 51LCRYPTO_USED(OPENSSL_cpu_caps);
72LCRYPTO_USED(OPENSSL_init_crypto); 52LCRYPTO_USED(OPENSSL_init_crypto);