diff options
Diffstat (limited to 'lib/libcrypto/dh/dh_asn1.c')
-rw-r--r-- | lib/libcrypto/dh/dh_asn1.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/dh/dh_asn1.c b/lib/libcrypto/dh/dh_asn1.c index ed3a0152798..ee478c7958e 100644 --- a/lib/libcrypto/dh/dh_asn1.c +++ b/lib/libcrypto/dh/dh_asn1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dh_asn1.c,v 1.5 2014/07/09 13:26:47 miod Exp $ */ +/* $OpenBSD: dh_asn1.c,v 1.6 2014/07/11 08:44:48 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2000. */ @@ -57,11 +57,11 @@ */ #include <stdio.h> -#include "cryptlib.h" + +#include <openssl/asn1t.h> #include <openssl/bn.h> #include <openssl/dh.h> #include <openssl/objects.h> -#include <openssl/asn1t.h> /* Override the default free and new methods */ static int |