summaryrefslogtreecommitdiff
path: root/dh.c
diff options
context:
space:
mode:
Diffstat (limited to 'dh.c')
-rw-r--r--dh.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/dh.c b/dh.c
index ff31ca991..b37195f41 100644
--- a/dh.c
+++ b/dh.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: dh.c,v 1.37 2006/07/18 22:27:55 stevesk Exp $ */ 1/* $OpenBSD: dh.c,v 1.38 2006/07/22 20:48:23 stevesk Exp $ */
2/* 2/*
3 * Copyright (c) 2000 Niels Provos. All rights reserved. 3 * Copyright (c) 2000 Niels Provos. All rights reserved.
4 * 4 *
@@ -28,6 +28,8 @@
28#include <openssl/bn.h> 28#include <openssl/bn.h>
29#include <openssl/dh.h> 29#include <openssl/dh.h>
30 30
31#include <string.h>
32
31#include "dh.h" 33#include "dh.h"
32#include "pathnames.h" 34#include "pathnames.h"
33#include "log.h" 35#include "log.h"