diff options
Diffstat (limited to 'lib/libcrypto/asn1/x_info.c')
-rw-r--r-- | lib/libcrypto/asn1/x_info.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libcrypto/asn1/x_info.c b/lib/libcrypto/asn1/x_info.c index 881565c489d..6c055fd4415 100644 --- a/lib/libcrypto/asn1/x_info.c +++ b/lib/libcrypto/asn1/x_info.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x_info.c,v 1.13 2014/06/12 15:49:27 deraadt Exp $ */ +/* $OpenBSD: x_info.c,v 1.14 2014/07/11 08:44:47 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -57,9 +57,10 @@ */ #include <stdio.h> -#include "cryptlib.h" -#include <openssl/evp.h> + #include <openssl/asn1.h> +#include <openssl/err.h> +#include <openssl/evp.h> #include <openssl/x509.h> X509_INFO * |