summaryrefslogtreecommitdiff
path: root/moduli.c
diff options
context:
space:
mode:
authordtucker <dtucker>2010-12-04 12:20:50 +0000
committerdtucker <dtucker>2010-12-04 12:20:50 +0000
commitf1f1b3799ce95eda465a525437953941a061ad4b (patch)
treeef94035c44f882b2d6c95b9cd2ad24b4a9b1c328 /moduli.c
parent20a7e47ca1d5c4f7e2f40f45546094727afc7ab3 (diff)
downloadopenssh-f1f1b3799ce95eda465a525437953941a061ad4b.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
*/