summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/hidden')
-rw-r--r--src/lib/libcrypto/hidden/openssl/lhash.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/lhash.h b/src/lib/libcrypto/hidden/openssl/lhash.h
index eee272cf46..2cf5b2dc5a 100644
--- a/src/lib/libcrypto/hidden/openssl/lhash.h
+++ b/src/lib/libcrypto/hidden/openssl/lhash.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: lhash.h,v 1.3 2024/03/02 11:04:51 tb Exp $ */ 1/* $OpenBSD: lhash.h,v 1.4 2024/03/02 11:11:11 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -27,6 +27,7 @@
27 27
28LCRYPTO_USED(lh_new); 28LCRYPTO_USED(lh_new);
29LCRYPTO_USED(lh_free); 29LCRYPTO_USED(lh_free);
30LCRYPTO_USED(lh_error);
30LCRYPTO_USED(lh_insert); 31LCRYPTO_USED(lh_insert);
31LCRYPTO_USED(lh_delete); 32LCRYPTO_USED(lh_delete);
32LCRYPTO_USED(lh_retrieve); 33LCRYPTO_USED(lh_retrieve);