Commit 2d747bdd authored by Lev Walkin's avatar Lev Walkin

add OER encoders into library

parent e4589f94
...@@ -33,15 +33,17 @@ libasn1cskeletons_la_SOURCES = \ ...@@ -33,15 +33,17 @@ libasn1cskeletons_la_SOURCES = \
GraphicString.c GraphicString.h \ GraphicString.c GraphicString.h \
IA5String.c IA5String.h \ IA5String.c IA5String.h \
INTEGER.c INTEGER.h \ INTEGER.c INTEGER.h \
INTEGER_oer.c INTEGER_oer.h \ INTEGER_oer.c \
ISO646String.c ISO646String.h \ ISO646String.c ISO646String.h \
NULL.c NULL.h \ NULL.c NULL.h \
NativeEnumerated.c NativeEnumerated.h \ NativeEnumerated.c NativeEnumerated.h \
NativeInteger.c NativeInteger.h \ NativeInteger.c NativeInteger.h \
NativeInteger_oer.c \
NativeReal.c NativeReal.h \ NativeReal.c NativeReal.h \
NumericString.c NumericString.h \ NumericString.c NumericString.h \
OBJECT_IDENTIFIER.c OBJECT_IDENTIFIER.h \ OBJECT_IDENTIFIER.c OBJECT_IDENTIFIER.h \
OCTET_STRING.c OCTET_STRING.h \ OCTET_STRING.c OCTET_STRING.h \
OCTET_STRING_oer.c \
ObjectDescriptor.c ObjectDescriptor.h \ ObjectDescriptor.c ObjectDescriptor.h \
PrintableString.c PrintableString.h \ PrintableString.c PrintableString.h \
REAL.c REAL.h \ REAL.c REAL.h \
...@@ -63,7 +65,7 @@ libasn1cskeletons_la_SOURCES = \ ...@@ -63,7 +65,7 @@ libasn1cskeletons_la_SOURCES = \
ber_tlv_tag.c ber_tlv_tag.h \ ber_tlv_tag.c ber_tlv_tag.h \
constr_CHOICE.c constr_CHOICE.h \ constr_CHOICE.c constr_CHOICE.h \
constr_SEQUENCE.c constr_SEQUENCE.h \ constr_SEQUENCE.c constr_SEQUENCE.h \
constr_SEQUENCE_oer.c constr_SEQUENCE_oer.h \ constr_SEQUENCE_oer.c \
constr_SEQUENCE_OF.c constr_SEQUENCE_OF.h \ constr_SEQUENCE_OF.c constr_SEQUENCE_OF.h \
constr_SET.c constr_SET.h \ constr_SET.c constr_SET.h \
constr_SET_OF.c constr_SET_OF.h \ constr_SET_OF.c constr_SET_OF.h \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment