diff options
Diffstat (limited to 'asn1/x509if/packet-x509if-template.c')
-rw-r--r-- | asn1/x509if/packet-x509if-template.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/asn1/x509if/packet-x509if-template.c b/asn1/x509if/packet-x509if-template.c index 306d671319..4123820793 100644 --- a/asn1/x509if/packet-x509if-template.c +++ b/asn1/x509if/packet-x509if-template.c @@ -1,5 +1,6 @@ /* packet-x509if.c * Routines for X.509 Information Framework packet dissection + * Ronnie Sahlberg 2004 * * $Id$ * @@ -42,7 +43,7 @@ /* Initialize the protocol and registered fields */ int proto_x509if = -1; -int hf_x509if_object_identifier_id = -1; +static int hf_x509if_object_identifier_id = -1; #include "packet-x509if-hf.c" /* Initialize the subtree pointers */ |