summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/crypto/dh/dh_depr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/crypto/dh/dh_depr.c')
-rw-r--r--src/lib/libssl/src/crypto/dh/dh_depr.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libssl/src/crypto/dh/dh_depr.c b/src/lib/libssl/src/crypto/dh/dh_depr.c
index bc7ba16f2b..13f2029a59 100644
--- a/src/lib/libssl/src/crypto/dh/dh_depr.c
+++ b/src/lib/libssl/src/crypto/dh/dh_depr.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: dh_depr.c,v 1.4 2014/07/09 13:26:47 miod Exp $ */ 1/* $OpenBSD: dh_depr.c,v 1.5 2014/07/10 22:45:56 jsing Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -53,10 +53,12 @@
53 * 53 *
54 */ 54 */
55 55
56
57/* This file contains deprecated functions as wrappers to the new ones */ 56/* This file contains deprecated functions as wrappers to the new ones */
58 57
59#include <stdio.h> 58#include <stdio.h>
59
60#include <openssl/opensslconf.h>
61
60#include "cryptlib.h" 62#include "cryptlib.h"
61#include <openssl/bn.h> 63#include <openssl/bn.h>
62#include <openssl/dh.h> 64#include <openssl/dh.h>