summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/f_string.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_string.c
parent40e29b1976e0fe52adc04637fa89af5b3704202e (diff)
Don't include x509.h when we just need asn1.h
Diffstat (limited to 'crypto/asn1/f_string.c')
-rw-r--r--crypto/asn1/f_string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/f_string.c b/crypto/asn1/f_string.c
index e6e9b9d5e2..5d0cf5a46d 100644
--- a/crypto/asn1/f_string.c
+++ b/crypto/asn1/f_string.c
@@ -59,7 +59,7 @@
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/buffer.h>
-#include <openssl/x509.h>
+#include <openssl/asn1.h>
int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type)
{