aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/dh.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/dh.h')
-rw-r--r--include/openssl/dh.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/openssl/dh.h b/include/openssl/dh.h
index 50f8e51..e852cbe 100644
--- a/include/openssl/dh.h
+++ b/include/openssl/dh.h
@@ -66,6 +66,7 @@
# endif
# include <openssl/bio.h>
+# include <openssl/asn1.h>
# include <openssl/ossl_typ.h>
# if OPENSSL_API_COMPAT < 0x10100000L
# include <openssl/bn.h>
@@ -159,6 +160,8 @@ struct dh_st {
CRYPTO_RWLOCK *lock;
};
+DECLARE_ASN1_ITEM(DHparams)
+
# define DH_GENERATOR_2 2
/* #define DH_GENERATOR_3 3 */
# define DH_GENERATOR_5 5