aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ocsp.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-26 09:07:11 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-26 09:07:11 +0000
commitf879612311a731912e05bd2861031bd18971eb88 (patch)
tree5c0acea210cc1d95282c8d03fc552b93be77e4ad /epan/dissectors/packet-ocsp.c
parent22d5c42f796fce47034888f2e7f024faadae6c69 (diff)
packet-ocsp-template.c:47: warning: type defaults to 'int' in declaration of 'proto_ocsp'
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35657 f5534014-38df-0310-8fa8-9805f1628bb7
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 ---*/