From ebdef76b5df3c33b05128b4fb2cc484427f99ca6 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 4 Dec 2010 23:20:50 +1100 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