summaryrefslogtreecommitdiff
path: root/moduli.c
diff options
context:
space:
mode:
Diffstat (limited to 'moduli.c')
-rw-r--r--moduli.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/moduli.c b/moduli.c
index f734d1c28..0d3948a44 100644
--- a/moduli.c
+++ b/moduli.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: moduli.c,v 1.23 2011/10/16 11:02:46 dtucker Exp $ */ 1/* $OpenBSD: moduli.c,v 1.24 2011/10/16 15:51:39 stsp Exp $ */
2/* 2/*
3 * Copyright 1994 Phil Karn <karn@qualcomm.com> 3 * Copyright 1994 Phil Karn <karn@qualcomm.com>
4 * Copyright 1996-1998, 2003 William Allen Simpson <wsimpson@greendragon.com> 4 * Copyright 1996-1998, 2003 William Allen Simpson <wsimpson@greendragon.com>
@@ -39,11 +39,13 @@
39 39
40#include "includes.h" 40#include "includes.h"
41 41
42#include <sys/param.h>
42#include <sys/types.h> 43#include <sys/types.h>
43 44
44#include <openssl/bn.h> 45#include <openssl/bn.h>
45#include <openssl/dh.h> 46#include <openssl/dh.h>
46 47
48#include <errno.h>
47#include <stdio.h> 49#include <stdio.h>
48#include <stdlib.h> 50#include <stdlib.h>
49#include <string.h> 51#include <string.h>