aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkcs12/packet-pkcs12-template.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-10-11 16:24:29 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-10-11 16:24:29 +0000
commit6d1dae6f2839252882e115e643eac884a38326e1 (patch)
tree6e9013276fb96feb88381418bed8d9f2dd9d7a76 /asn1/pkcs12/packet-pkcs12-template.c
parentb2f70634a7ef965fdd3fdd605e4effed5e6f4093 (diff)
Make all proto_* values static.
svn path=/trunk/; revision=30516
Diffstat (limited to 'asn1/pkcs12/packet-pkcs12-template.c')
-rw-r--r--asn1/pkcs12/packet-pkcs12-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/pkcs12/packet-pkcs12-template.c b/asn1/pkcs12/packet-pkcs12-template.c
index 525bfae79e..73cf32d2a1 100644
--- a/asn1/pkcs12/packet-pkcs12-template.c
+++ b/asn1/pkcs12/packet-pkcs12-template.c
@@ -63,7 +63,7 @@
#define PKCS12_PBE_RC2_40_SHA1_OID "1.2.840.113549.1.12.1.6"
/* Initialize the protocol and registered fields */
-int proto_pkcs12 = -1;
+static int proto_pkcs12 = -1;
static int hf_pkcs12_X509Certificate_PDU = -1;
static gint ett_decrypted_pbe = -1;