sync with OpenBSD -current

This commit is contained in:
purplerain 2024-07-08 18:11:41 +00:00
parent b97c2ce374
commit d93a7459f8
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
97 changed files with 717 additions and 833 deletions

View file

@ -1,4 +1,4 @@
/* $OpenBSD: dsa.h,v 1.2 2024/03/02 09:33:14 tb Exp $ */
/* $OpenBSD: dsa.h,v 1.3 2024/07/08 17:11:05 beck Exp $ */
/*
* Copyright (c) 2023 Bob Beck <beck@openbsd.org>
*
@ -89,5 +89,10 @@ LCRYPTO_USED(DSA_meth_set1_name);
LCRYPTO_USED(DSA_meth_set_sign);
LCRYPTO_USED(DSA_meth_set_finish);
LCRYPTO_USED(ERR_load_DSA_strings);
#if defined(LIBRESSL_NAMESPACE)
extern LCRYPTO_USED(DSAPublicKey_it);
extern LCRYPTO_USED(DSAPrivateKey_it);
extern LCRYPTO_USED(DSAparams_it);
#endif
#endif /* _LIBCRYPTO_DSA_H */