summaryrefslogtreecommitdiff
path: root/crypto/asn1/f_enum.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-07-24 03:09:01 +0000
committerBodo Möller <bodo@openssl.org>1999-07-24 03:09:01 +0000
commitf66c3032015e13071069be276edb50dc79d5f2a4 (patch)
tree6853b2885969ffeb940b96bc1ca71a80a049624c /crypto/asn1/f_enum.c
parent40e29b1976e0fe52adc04637fa89af5b3704202e (diff)
downloadopenssl-new-f66c3032015e13071069be276edb50dc79d5f2a4.tar.gz
Don't include x509.h when we just need asn1.h
Diffstat (limited to 'crypto/asn1/f_enum.c')
-rw-r--r--crypto/asn1/f_enum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/f_enum.c b/crypto/asn1/f_enum.c
index ea460eb1df..3bcceecdb8 100644
--- a/crypto/asn1/f_enum.c
+++ b/crypto/asn1/f_enum.c
@@ -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 */