diff options
Diffstat (limited to 'lib/libcrypto/asn1/x_x509.c')
-rw-r--r-- | lib/libcrypto/asn1/x_x509.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libcrypto/asn1/x_x509.c b/lib/libcrypto/asn1/x_x509.c index 43772f9ac1b..0236a0faa27 100644 --- a/lib/libcrypto/asn1/x_x509.c +++ b/lib/libcrypto/asn1/x_x509.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x_x509.c,v 1.16 2014/07/10 22:45:56 jsing Exp $ */ +/* $OpenBSD: x_x509.c,v 1.17 2014/07/11 08:44:47 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -60,9 +60,8 @@ #include <openssl/opensslconf.h> -#include "cryptlib.h" -#include <openssl/evp.h> #include <openssl/asn1t.h> +#include <openssl/evp.h> #include <openssl/x509.h> #include <openssl/x509v3.h> |