From c1ee50aac26c3b2261d04d61bb4154639e284b0d Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 25 Mar 2015 15:42:56 +0000 Subject: Move internal only ASN.1 functions to asn1_locl.h Reviewed-by: Richard Levitte --- crypto/asn1/tasn_dec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/asn1/tasn_dec.c') diff --git a/crypto/asn1/tasn_dec.c b/crypto/asn1/tasn_dec.c index b96c1b58bb..5111c123bd 100644 --- a/crypto/asn1/tasn_dec.c +++ b/crypto/asn1/tasn_dec.c @@ -64,6 +64,7 @@ #include #include #include +#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); -- cgit v1.2.3