summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/dsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/dsa.h')
-rw-r--r--src/lib/libcrypto/hidden/openssl/dsa.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/dsa.h b/src/lib/libcrypto/hidden/openssl/dsa.h
index 40597abb63..c00c0af6df 100644
--- a/src/lib/libcrypto/hidden/openssl/dsa.h
+++ b/src/lib/libcrypto/hidden/openssl/dsa.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: dsa.h,v 1.2 2024/03/02 09:33:14 tb Exp $ */ 1/* $OpenBSD: dsa.h,v 1.3 2024/07/08 17:11:05 beck Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -89,5 +89,10 @@ LCRYPTO_USED(DSA_meth_set1_name);
89LCRYPTO_USED(DSA_meth_set_sign); 89LCRYPTO_USED(DSA_meth_set_sign);
90LCRYPTO_USED(DSA_meth_set_finish); 90LCRYPTO_USED(DSA_meth_set_finish);
91LCRYPTO_USED(ERR_load_DSA_strings); 91LCRYPTO_USED(ERR_load_DSA_strings);
92#if defined(LIBRESSL_NAMESPACE)
93extern LCRYPTO_USED(DSAPublicKey_it);
94extern LCRYPTO_USED(DSAPrivateKey_it);
95extern LCRYPTO_USED(DSAparams_it);
96#endif
92 97
93#endif /* _LIBCRYPTO_DSA_H */ 98#endif /* _LIBCRYPTO_DSA_H */