diff options
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/dsa.h')
| -rw-r--r-- | src/lib/libcrypto/hidden/openssl/dsa.h | 7 |
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); | |||
| 89 | LCRYPTO_USED(DSA_meth_set_sign); | 89 | LCRYPTO_USED(DSA_meth_set_sign); |
| 90 | LCRYPTO_USED(DSA_meth_set_finish); | 90 | LCRYPTO_USED(DSA_meth_set_finish); |
| 91 | LCRYPTO_USED(ERR_load_DSA_strings); | 91 | LCRYPTO_USED(ERR_load_DSA_strings); |
| 92 | #if defined(LIBRESSL_NAMESPACE) | ||
| 93 | extern LCRYPTO_USED(DSAPublicKey_it); | ||
| 94 | extern LCRYPTO_USED(DSAPrivateKey_it); | ||
| 95 | extern LCRYPTO_USED(DSAparams_it); | ||
| 96 | #endif | ||
| 92 | 97 | ||
| 93 | #endif /* _LIBCRYPTO_DSA_H */ | 98 | #endif /* _LIBCRYPTO_DSA_H */ |
