Don't include x509.h when we just need asn1.h
[openssl.git] / crypto / asn1 / f_enum.c
index ea460eb1df755a4df0ecc60ede9a3a9528489843..3bcceecdb8506a674dd9e67b5216d53f82694c22 100644 (file)
@@ -59,7 +59,7 @@
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/buffer.h>
-#include <openssl/x509.h>
+#include <openssl/asn1.h>
 
 /* Based on a_int.c: equivalent ENUMERATED functions */