summaryrefslogtreecommitdiff
path: root/crypto/asn1/tasn_dec.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-03-25 15:42:56 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-03-25 15:48:16 +0000
commitc1ee50aac26c3b2261d04d61bb4154639e284b0d (patch)
tree71a7f7088a8c21fefd0d098c8af57b72fdcd29f3 /crypto/asn1/tasn_dec.c
parente20b57270dece66ce2c68aeb5d14dd6d9f3c5d68 (diff)
downloadopenssl-new-c1ee50aac26c3b2261d04d61bb4154639e284b0d.tar.gz
Move internal only ASN.1 functions to asn1_locl.h
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/asn1/tasn_dec.c')
-rw-r--r--crypto/asn1/tasn_dec.c1
1 files changed, 1 insertions, 0 deletions
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 <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);