Move internal only ASN.1 functions to asn1_locl.h
[openssl.git] / crypto / asn1 / tasn_dec.c
index b96c1b58bbf2c1a02ac021100790bb7740e9850e..5111c123bd033988d78911179a9ebd9cfe5eb9ac 100644 (file)
@@ -64,6 +64,7 @@
 #include <openssl/objects.h>
 #include <openssl/buffer.h>
 #include <openssl/err.h>
+#include "asn1_locl.h"
 
 static int asn1_check_eoc(const unsigned char **in, long len);
 static int asn1_find_end(const unsigned char **in, long len, char inf);