summaryrefslogtreecommitdiff
path: root/moduli.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-12-04 23:20:50 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-12-04 23:20:50 +1100
commitebdef76b5df3c33b05128b4fb2cc484427f99ca6 (patch)
treef85300cb02af52a48ee1de7726e6382688504add /moduli.c
parentd89745b9e7e2048c13b0173eadc2d41e23b6a79d (diff)
downloadopenssh-git-ebdef76b5df3c33b05128b4fb2cc484427f99ca6.tar.gz
- (dtucker) [configure.ac moduli.c openbsd-compat/openssl-compat.{c,h}] Add
shims for the new, non-deprecated OpenSSL key generation functions for platforms that don't have the new interfaces.
Diffstat (limited to 'moduli.c')
-rw-r--r--moduli.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/moduli.c b/moduli.c
index 2c2b388c..2964a8b3 100644
--- a/moduli.c
+++ b/moduli.c
@@ -54,6 +54,8 @@
#include "dh.h"
#include "log.h"
+#include "openbsd-compat/openssl-compat.h"
+
/*
* File output defines
*/