]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Main 94/head 95/head
authorTHEWWWTHING <admin@thewwwthing.net>
Sun, 16 Apr 2023 15:40:10 +0000 (17:40 +0200)
committerTHEWWWTHING <admin@thewwwthing.net>
Sun, 16 Apr 2023 15:40:10 +0000 (17:40 +0200)
src/asn1/asn1c/ASId.c
src/asn1/asn1c/ASId.h

index e64dd0f957d38472069a0330f4bff83206f35f8e..457540b21189e94faf821bdb8c5e424a09f735f0 100644 (file)
@@ -1,29 +1,29 @@
 /*
  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
- * From ASN.1 module "IPAddrAndASCertExtn"
- *     found in "rfc3779.asn1"
+ * From ASN.1 module "RPKI-ROA"
+ *     found in "rfc6482.asn1"
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "ASId.h"
+#include "ASID.h"
 
 /*
  * This type is implemented using INTEGER,
  * so here we adjust the DEF accordingly.
  */
-static const ber_tlv_tag_t asn_DEF_ASId_tags_1[] = {
+static const ber_tlv_tag_t asn_DEF_ASID_tags_1[] = {
        (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
 };
-asn_TYPE_descriptor_t asn_DEF_ASId = {
-       "ASId",
-       "ASId",
+asn_TYPE_descriptor_t asn_DEF_ASID = {
+       "ASID",
+       "ASID",
        &asn_OP_INTEGER,
-       asn_DEF_ASId_tags_1,
-       sizeof(asn_DEF_ASId_tags_1)
-               /sizeof(asn_DEF_ASId_tags_1[0]), /* 1 */
-       asn_DEF_ASId_tags_1,    /* Same as above */
-       sizeof(asn_DEF_ASId_tags_1)
-               /sizeof(asn_DEF_ASId_tags_1[0]), /* 1 */
+       asn_DEF_ASID_tags_1,
+       sizeof(asn_DEF_ASID_tags_1)
+               /sizeof(asn_DEF_ASID_tags_1[0]), /* 1 */
+       asn_DEF_ASID_tags_1,    /* Same as above */
+       sizeof(asn_DEF_ASID_tags_1)
+               /sizeof(asn_DEF_ASID_tags_1[0]), /* 1 */
        { 0, 0, INTEGER_constraint },
        0, 0,   /* No members */
        0       /* No specifics */
index f8735d9d71cccfb64ebebb94e041961466e81057..28dca0c9611892ee9aa51fcc2d6ae5b86f5749a5 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
- * From ASN.1 module "IPAddrAndASCertExtn"
- *     found in "rfc3779.asn1"
+ * From ASN.1 module "RPKI-ROA"
+ *     found in "rfc6482.asn1"
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#ifndef        _ASId_H_
-#define        _ASId_H_
+#ifndef        _ASID_H_
+#define        _ASID_H_
 
 
 #include "asn1/asn1c/asn_application.h"
 extern "C" {
 #endif
 
-/* ASId */
-typedef INTEGER_t       ASId_t;
+/* ASID */
+typedef INTEGER_t       ASID_t;
 
 /* Implementation */
-extern asn_TYPE_descriptor_t asn_DEF_ASId;
-asn_struct_free_f ASId_free;
-asn_struct_print_f ASId_print;
-asn_constr_check_f ASId_constraint;
-ber_type_decoder_f ASId_decode_ber;
-der_type_encoder_f ASId_encode_der;
-xer_type_decoder_f ASId_decode_xer;
-xer_type_encoder_f ASId_encode_xer;
-oer_type_decoder_f ASId_decode_oer;
-oer_type_encoder_f ASId_encode_oer;
+extern asn_TYPE_descriptor_t asn_DEF_ASID;
+asn_struct_free_f ASID_free;
+asn_struct_print_f ASID_print;
+asn_constr_check_f ASID_constraint;
+ber_type_decoder_f ASID_decode_ber;
+der_type_encoder_f ASID_encode_der;
+xer_type_decoder_f ASID_decode_xer;
+xer_type_encoder_f ASID_encode_xer;
+oer_type_decoder_f ASID_decode_oer;
+oer_type_encoder_f ASID_encode_oer;
 
 #ifdef __cplusplus
 }
 #endif
 
-#endif /* _ASId_H_ */
+#endif /* _ASID_H_ */
 #include "asn1/asn1c/asn_internal.h"