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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/crypto.h b/src/lib/libcrypto/hidden/openssl/crypto.h
index dc0b7a02b1..083d156d14 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.2 2023/07/28 10:19:20 tb Exp $ */ 1/* $OpenBSD: crypto.h,v 1.3 2024/03/01 07:38:33 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -71,6 +71,7 @@ LCRYPTO_USED(OpenSSLDie);
71LCRYPTO_USED(OPENSSL_cpu_caps); 71LCRYPTO_USED(OPENSSL_cpu_caps);
72LCRYPTO_USED(OPENSSL_init_crypto); 72LCRYPTO_USED(OPENSSL_init_crypto);
73LCRYPTO_USED(OPENSSL_cleanup); 73LCRYPTO_USED(OPENSSL_cleanup);
74LCRYPTO_USED(OPENSSL_gmtime);
74LCRYPTO_USED(ERR_load_CRYPTO_strings); 75LCRYPTO_USED(ERR_load_CRYPTO_strings);
75 76
76#endif /* _LIBCRYPTO_CRYPTO_H */ 77#endif /* _LIBCRYPTO_CRYPTO_H */