summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dh/dh_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/dh/dh_local.h')
-rw-r--r--src/lib/libcrypto/dh/dh_local.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/lib/libcrypto/dh/dh_local.h b/src/lib/libcrypto/dh/dh_local.h
index 22e2256906..fe7c12bb05 100644
--- a/src/lib/libcrypto/dh/dh_local.h
+++ b/src/lib/libcrypto/dh/dh_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: dh_local.h,v 1.4 2023/11/29 21:35:57 tb Exp $ */ 1/* $OpenBSD: dh_local.h,v 1.5 2024/08/30 17:44:56 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -102,15 +102,6 @@ struct dh_st {
102 const DH_METHOD *meth; 102 const DH_METHOD *meth;
103}; 103};
104 104
105/*
106 * Public API in OpenSSL that we only want to use internally.
107 */
108
109int DH_check_params_ex(const DH *dh);
110int DH_check_params(const DH *dh, int *flags);
111int DH_check_ex(const DH *dh);
112int DH_check_pub_key_ex(const DH *dh, const BIGNUM *pub_key);
113
114__END_HIDDEN_DECLS 105__END_HIDDEN_DECLS
115 106
116#endif /* !HEADER_DH_LOCAL_H */ 107#endif /* !HEADER_DH_LOCAL_H */