summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dsa
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/dsa')
-rw-r--r--src/lib/libcrypto/dsa/dsa_local.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/libcrypto/dsa/dsa_local.h b/src/lib/libcrypto/dsa/dsa_local.h
index fc77c09fcb..3d32e5e547 100644
--- a/src/lib/libcrypto/dsa/dsa_local.h
+++ b/src/lib/libcrypto/dsa/dsa_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: dsa_local.h,v 1.5 2024/11/29 07:42:35 tb Exp $ */ 1/* $OpenBSD: dsa_local.h,v 1.6 2025/11/26 10:19:57 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 2007 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 2007 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -53,6 +53,9 @@
53 * 53 *
54 */ 54 */
55 55
56#ifndef HEADER_DSA_LOCAL_H
57#define HEADER_DSA_LOCAL_H
58
56#include <openssl/dsa.h> 59#include <openssl/dsa.h>
57 60
58__BEGIN_HIDDEN_DECLS 61__BEGIN_HIDDEN_DECLS
@@ -102,3 +105,5 @@ int dsa_builtin_paramgen(DSA *ret, size_t bits, size_t qbits,
102int dsa_check_key(const DSA *dsa); 105int dsa_check_key(const DSA *dsa);
103 106
104__END_HIDDEN_DECLS 107__END_HIDDEN_DECLS
108
109#endif /* HEADER_DSA_LOCAL_H */