summaryrefslogtreecommitdiff
path: root/lib/dhparams.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dhparams.h')
-rw-r--r--lib/dhparams.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/dhparams.h b/lib/dhparams.h
new file mode 100644
index 000000000..0377bb940
--- /dev/null
+++ b/lib/dhparams.h
@@ -0,0 +1,10 @@
+#ifndef DHPARAMS_H
+#define DHPARAMS_H 1
+
+#include <openssl/dh.h>
+
+DH *get_dh1024(void);
+DH *get_dh2048(void);
+DH *get_dh4096(void);
+
+#endif /* dhparams.h */