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)
- (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 2c2b388c7..2964a8b3d 100644
--- a/moduli.c
+++ b/moduli.c
@@ -54,6 +54,8 @@
54#include "dh.h" 54#include "dh.h"
55#include "log.h" 55#include "log.h"
56 56
57#include "openbsd-compat/openssl-compat.h"
58
57/* 59/*
58 * File output defines 60 * File output defines
59 */ 61 */