aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509sat/packet-x509sat-template.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-11-21 08:56:09 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-11-21 08:56:09 +0000
commitb48e26b8df26fee0f13988edaf171f1ca96a41c0 (patch)
tree26ceac0d7146adaf7d1f08e8d9c89447a926c318 /asn1/x509sat/packet-x509sat-template.c
parent8b9b044698f4b2140827dd861431b68b477c5a1f (diff)
SelectedAttributeTypes are now almost completely implemented also here i added a small makefile to reduce boring typing on the commandline
svn path=/trunk/; revision=12556
Diffstat (limited to 'asn1/x509sat/packet-x509sat-template.c')
-rw-r--r--asn1/x509sat/packet-x509sat-template.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/asn1/x509sat/packet-x509sat-template.c b/asn1/x509sat/packet-x509sat-template.c
index df03729282..01f8446b4e 100644
--- a/asn1/x509sat/packet-x509sat-template.c
+++ b/asn1/x509sat/packet-x509sat-template.c
@@ -44,7 +44,6 @@
/* Initialize the protocol and registered fields */
int proto_x509sat = -1;
-/*aaa*/
#include "packet-x509sat-hf.c"
/* Initialize the subtree pointers */
@@ -52,14 +51,12 @@ int proto_x509sat = -1;
#include "packet-x509sat-fn.c"
-/*bbb*/
/*--- proto_register_x509sat ----------------------------------------------*/
void proto_register_x509sat(void) {
/* List of fields */
static hf_register_info hf[] = {
-/*ccc*/
#include "packet-x509sat-hfarr.c"
};
@@ -81,8 +78,6 @@ void proto_register_x509sat(void) {
/*--- proto_reg_handoff_x509sat -------------------------------------------*/
void proto_reg_handoff_x509sat(void) {
#include "packet-x509sat-dis-tab.c"
-
-/*ddd*/
}