aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkcs1.h
diff options
context:
space:
mode:
authorJoakim Karlsson <oakimk@gmail.com>2022-11-30 13:23:33 +0100
committerAndersBroman <a.broman58@gmail.com>2022-11-30 17:31:46 +0000
commit4b0bf62791c093e242565739aa0ec7a5ad335dfe (patch)
treee42035053723538998a8a74d003ac1556d5936d5 /epan/dissectors/packet-pkcs1.h
parent729ea56b46b1c9faca58108b26723d1ddc986a1b (diff)
asn2wrs: disable template line directive by default
Same as with !8955, To debug with line directive build with -DENABLE_DEBUG_A2W=ON flag
Diffstat (limited to 'epan/dissectors/packet-pkcs1.h')
-rw-r--r--epan/dissectors/packet-pkcs1.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/epan/dissectors/packet-pkcs1.h b/epan/dissectors/packet-pkcs1.h
index ba48da03eb..82870c93d7 100644
--- a/epan/dissectors/packet-pkcs1.h
+++ b/epan/dissectors/packet-pkcs1.h
@@ -3,9 +3,6 @@
/* packet-pkcs1.h */
/* asn2wrs.py -b -L -p pkcs1 -c ./pkcs1.cnf -s ./packet-pkcs1-template -D . -O ../.. PKIXAlgs-2009.asn */
-/* Input file: packet-pkcs1-template.h */
-
-#line 1 "./asn1/pkcs1/packet-pkcs1-template.h"
/* packet-pkcs1.h
* Routines for PKCS#1/RFC2313 packet dissection
* Ronnie Sahlberg 2004
@@ -20,14 +17,8 @@
#ifndef PACKET_PKCS1_H
#define PACKET_PKCS1_H
-
-/*--- Included file: packet-pkcs1-exp.h ---*/
-#line 1 "./asn1/pkcs1/packet-pkcs1-exp.h"
int dissect_pkcs1_RSAPublicKey(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_pkcs1_DigestInfo(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
-/*--- End of included file: packet-pkcs1-exp.h ---*/
-#line 16 "./asn1/pkcs1/packet-pkcs1-template.h"
-
#endif /* PACKET_PKCS1_H */