Update to correct the definition of the clearance attribute used in certificates.
[obnox/wireshark/wip.git] / asn1 / pkixac / packet-pkixac-template.c
index e174bebfbd80024e69139e4d8a6033cacdc889ce..5639dd546efac256a6de96011e0702f860c473bd 100644 (file)
@@ -76,6 +76,8 @@ void proto_register_pkixac(void) {
   proto_register_field_array(proto_pkixac, hf, array_length(hf));
   proto_register_subtree_array(ett, array_length(ett));
 
+#include "packet-pkixac-syn-reg.c"
+
 }