From 94e84f5e958f82a9636734b56fcf17f466bfe4e4 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 22 Sep 2015 15:23:05 +0100 Subject: header includes Reviewed-by: Rich Salz --- crypto/x509/t_x509.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'crypto/x509/t_x509.c') diff --git a/crypto/x509/t_x509.c b/crypto/x509/t_x509.c index b4d7a3e0dc..4cab108bf2 100644 --- a/crypto/x509/t_x509.c +++ b/crypto/x509/t_x509.c @@ -60,19 +60,11 @@ #include "internal/cryptlib.h" #include #include -#ifndef OPENSSL_NO_RSA -# include -#endif -#ifndef OPENSSL_NO_DSA -# include -#endif -#ifndef OPENSSL_NO_EC -# include -#endif #include #include #include #include "internal/asn1_int.h" +#include "internal/x509_int.h" #ifndef OPENSSL_NO_STDIO int X509_print_fp(FILE *fp, X509 *x) -- cgit v1.2.3