From f1f1b3799ce95eda465a525437953941a061ad4b Mon Sep 17 00:00:00 2001 From: dtucker Date: Sat, 4 Dec 2010 12:20:50 +0000 Subject: - (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. --- moduli.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'moduli.c') 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 */ -- cgit v1.2.1