aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_enc.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_enc.c
parente20b57270dece66ce2c68aeb5d14dd6d9f3c5d68 (diff)
downloadopenssl-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_enc.c')
-rw-r--r--crypto/asn1/tasn_enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asn1/tasn_enc.c b/crypto/asn1/tasn_enc.c
index 1d1f838078..251a8f15b4 100644
--- a/crypto/asn1/tasn_enc.c
+++ b/crypto/asn1/tasn_enc.c
@@ -64,6 +64,7 @@
#include <openssl/asn1t.h>
#include <openssl/objects.h>
#include "internal/asn1_int.h"
+#include "asn1_locl.h"
static int asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out,
const ASN1_ITEM *it, int tag, int aclass);