aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
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 /asn1
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 'asn1')
-rw-r--r--asn1/ocsp/packet-ocsp-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/ocsp/packet-ocsp-template.c b/asn1/ocsp/packet-ocsp-template.c
index 461e35d3e1..8ec3dbafaf 100644
--- a/asn1/ocsp/packet-ocsp-template.c
+++ b/asn1/ocsp/packet-ocsp-template.c
@@ -44,7 +44,7 @@
#define PFNAME "ocsp"
/* Initialize the protocol and registered fields */
-proto_ocsp = -1;
+int proto_ocsp = -1;
static int hf_ocsp_responseType_id = -1;
#include "packet-ocsp-hf.c"