summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/hidden/openssl/crypto.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/crypto.h b/src/lib/libcrypto/hidden/openssl/crypto.h
index 3e8f3dc7a8..10daf41f57 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.5 2024/03/02 11:32:31 tb Exp $ */ 1/* $OpenBSD: crypto.h,v 1.6 2024/03/02 11:37:13 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -38,10 +38,6 @@ LCRYPTO_USED(CRYPTO_get_ex_data);
38LCRYPTO_USED(CRYPTO_cleanup_all_ex_data); 38LCRYPTO_USED(CRYPTO_cleanup_all_ex_data);
39LCRYPTO_USED(CRYPTO_lock); 39LCRYPTO_USED(CRYPTO_lock);
40LCRYPTO_USED(CRYPTO_add_lock); 40LCRYPTO_USED(CRYPTO_add_lock);
41LCRYPTO_USED(CRYPTO_THREADID_current);
42LCRYPTO_USED(CRYPTO_THREADID_cmp);
43LCRYPTO_USED(CRYPTO_THREADID_cpy);
44LCRYPTO_USED(CRYPTO_THREADID_hash);
45LCRYPTO_USED(CRYPTO_set_mem_functions); 41LCRYPTO_USED(CRYPTO_set_mem_functions);
46LCRYPTO_USED(CRYPTO_set_mem_ex_functions); 42LCRYPTO_USED(CRYPTO_set_mem_ex_functions);
47LCRYPTO_USED(OpenSSLDie); 43LCRYPTO_USED(OpenSSLDie);