aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkcs1.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-04-07 16:54:29 +0000
committerBill Meier <wmeier@newsguy.com>2010-04-07 16:54:29 +0000
commit9ade30a7b1683f247ae2fb40cecd07e745d0cb6c (patch)
treefc7077cfdf576673863c1af98e0381262faeb905 /epan/dissectors/packet-pkcs1.c
parentbd725b667d4dff355af88c4f98994afb3c79cdb2 (diff)
#include <string.h> and/or #include <stdio.h> not needed.
svn path=/trunk/; revision=32417
Diffstat (limited to 'epan/dissectors/packet-pkcs1.c')
-rw-r--r--epan/dissectors/packet-pkcs1.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/epan/dissectors/packet-pkcs1.c b/epan/dissectors/packet-pkcs1.c
index cc4197285d..bebeda1eb8 100644
--- a/epan/dissectors/packet-pkcs1.c
+++ b/epan/dissectors/packet-pkcs1.c
@@ -39,8 +39,6 @@
#include <epan/packet.h>
#include <epan/asn1.h>
-#include <string.h>
-
#include "packet-ber.h"
#include "packet-pkcs1.h"
#include "packet-x509af.h"
@@ -67,7 +65,7 @@ static int hf_pkcs1_digestAlgorithm = -1; /* DigestAlgorithmIdentifier *
static int hf_pkcs1_digest = -1; /* Digest */
/*--- End of included file: packet-pkcs1-hf.c ---*/
-#line 47 "packet-pkcs1-template.c"
+#line 45 "packet-pkcs1-template.c"
/* Initialize the subtree pointers */
@@ -78,7 +76,7 @@ static gint ett_pkcs1_RSAPrivateKey = -1;
static gint ett_pkcs1_DigestInfo = -1;
/*--- End of included file: packet-pkcs1-ett.c ---*/
-#line 50 "packet-pkcs1-template.c"
+#line 48 "packet-pkcs1-template.c"
/*--- Included file: packet-pkcs1-fn.c ---*/
@@ -176,7 +174,7 @@ dissect_pkcs1_DigestInfo(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offse
/*--- End of included file: packet-pkcs1-fn.c ---*/
-#line 52 "packet-pkcs1-template.c"
+#line 50 "packet-pkcs1-template.c"
/*--- proto_register_pkcs1 ----------------------------------------------*/
void proto_register_pkcs1(void) {
@@ -232,7 +230,7 @@ void proto_register_pkcs1(void) {
"pkcs1.Digest", HFILL }},
/*--- End of included file: packet-pkcs1-hfarr.c ---*/
-#line 59 "packet-pkcs1-template.c"
+#line 57 "packet-pkcs1-template.c"
};
/* List of subtrees */
@@ -245,7 +243,7 @@ void proto_register_pkcs1(void) {
&ett_pkcs1_DigestInfo,
/*--- End of included file: packet-pkcs1-ettarr.c ---*/
-#line 64 "packet-pkcs1-template.c"
+#line 62 "packet-pkcs1-template.c"
};
/* Register protocol */