summaryrefslogtreecommitdiff
path: root/lib/asn1/template.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/asn1/template.c')
-rw-r--r--lib/asn1/template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/template.c b/lib/asn1/template.c
index 1a39677c6..f689b6549 100644
--- a/lib/asn1/template.c
+++ b/lib/asn1/template.c
@@ -46,7 +46,7 @@
#define DPO(data,offset) ((void *)(((unsigned char *)data) + offset))
-struct asn1_type_func prim[] = {
+static struct asn1_type_func prim[] = {
#define el(name, type) { \
(asn1_type_encode)der_put_##name, \
(asn1_type_decode)der_get_##name, \