diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2015-03-25 16:42:56 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2015-03-25 16:48:16 +0100 |
commit | c1ee50aac26c3b2261d04d61bb4154639e284b0d (patch) | |
tree | 71a7f7088a8c21fefd0d098c8af57b72fdcd29f3 /crypto/asn1/tasn_dec.c | |
parent | Remove X509_ATTRIBUTE hack. (diff) | |
download | openssl-c1ee50aac26c3b2261d04d61bb4154639e284b0d.tar.xz openssl-c1ee50aac26c3b2261d04d61bb4154639e284b0d.zip |
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.c | 1 |
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); |