aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ocsp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-01-26 09:07:11 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-01-26 09:07:11 +0000
commitba758b40b080181089fef0fdb4b22ecb47e5f73d (patch)
tree5c0acea210cc1d95282c8d03fc552b93be77e4ad /epan/dissectors/packet-ocsp.c
parentb067f1df01f5b29d51f057cd4603eb5e407ec6c4 (diff)
packet-ocsp-template.c:47: warning: type defaults to 'int' in declaration of 'proto_ocsp'
svn path=/trunk/; revision=35657
Diffstat (limited to 'epan/dissectors/packet-ocsp.c')
-rw-r--r--epan/dissectors/packet-ocsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ocsp.c b/epan/dissectors/packet-ocsp.c
index 02f6c0683d..c89e21affb 100644
--- a/epan/dissectors/packet-ocsp.c
+++ b/epan/dissectors/packet-ocsp.c
@@ -52,7 +52,7 @@
#define PFNAME "ocsp"
/* Initialize the protocol and registered fields */
-proto_ocsp = -1;
+int proto_ocsp = -1;
static int hf_ocsp_responseType_id = -1;
/*--- Included file: packet-ocsp-hf.c ---*/