diff options
Diffstat (limited to 'lib/libcrypto/asn1/d2i_pr.c')
-rw-r--r-- | lib/libcrypto/asn1/d2i_pr.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libcrypto/asn1/d2i_pr.c b/lib/libcrypto/asn1/d2i_pr.c index 3e140c05f51..2deec613ed9 100644 --- a/lib/libcrypto/asn1/d2i_pr.c +++ b/lib/libcrypto/asn1/d2i_pr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: d2i_pr.c,v 1.11 2014/07/10 22:45:56 jsing Exp $ */ +/* $OpenBSD: d2i_pr.c,v 1.12 2014/07/11 08:44:47 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -60,15 +60,16 @@ #include <openssl/opensslconf.h> -#include "cryptlib.h" +#include <openssl/asn1.h> #include <openssl/bn.h> #include <openssl/evp.h> #include <openssl/objects.h> +#include <openssl/x509.h> + #ifndef OPENSSL_NO_ENGINE #include <openssl/engine.h> #endif -#include <openssl/x509.h> -#include <openssl/asn1.h> + #include "asn1_locl.h" EVP_PKEY * |