Don't include x509.h when we just need asn1.h
[openssl.git] / crypto / asn1 / asn1_par.c
index e72f688140f1636fb2682fe6c5bad22e848fa62b..86886606ef6f2c5b2c9eaa27fec6173fb280e2b4 100644 (file)
@@ -60,7 +60,7 @@
 #include "cryptlib.h"
 #include <openssl/buffer.h>
 #include <openssl/objects.h>
-#include <openssl/x509.h>
+#include <openssl/asn1.h>
 
 static int asn1_print_info(BIO *bp, int tag, int xclass,int constructed,
        int indent);