packet-ocsp-template.c:47: warning: type defaults to 'int' in declaration of 'proto_ocsp'
[obnox/wireshark/wip.git] / asn1 / ocsp / packet-ocsp-template.c
index 461e35d3e1091781c4d71dc7c24e4c4e8d56ca05..8ec3dbafafdcef4b94202af528249125738d0f14 100644 (file)
@@ -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"