Commit ff92aa3b authored by Lev Walkin's avatar Lev Walkin

indentation change

parent c8a0b9dd
...@@ -22,73 +22,73 @@ uninstall-local: ...@@ -22,73 +22,73 @@ uninstall-local:
check_LTLIBRARIES = libasn1cskeletons.la check_LTLIBRARIES = libasn1cskeletons.la
libasn1cskeletons_la_SOURCES = \ libasn1cskeletons_la_SOURCES = \
ANY.c ANY.h \ ANY.c ANY.h \
BIT_STRING.c BIT_STRING.h \ BIT_STRING.c BIT_STRING.h \
BIT_STRING_oer.c \ BIT_STRING_oer.c \
BMPString.c BMPString.h \ BMPString.c BMPString.h \
BOOLEAN.c BOOLEAN.h \ BOOLEAN.c BOOLEAN.h \
ENUMERATED.c ENUMERATED.h \ ENUMERATED.c ENUMERATED.h \
GeneralString.c GeneralString.h \ GeneralString.c GeneralString.h \
GeneralizedTime.c GeneralizedTime.h \ GeneralizedTime.c GeneralizedTime.h \
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.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 \
NativeEnumerated_oer.c \ NativeEnumerated_oer.c \
NativeInteger.c NativeInteger.h \ NativeInteger.c NativeInteger.h \
NativeInteger_oer.c \ 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 \ OCTET_STRING_oer.c \
OPEN_TYPE.c OPEN_TYPE.h \ OPEN_TYPE.c OPEN_TYPE.h \
ObjectDescriptor.c ObjectDescriptor.h \ ObjectDescriptor.c ObjectDescriptor.h \
PrintableString.c PrintableString.h \ PrintableString.c PrintableString.h \
REAL.c REAL.h \ REAL.c REAL.h \
RELATIVE-OID.c RELATIVE-OID.h \ RELATIVE-OID.c RELATIVE-OID.h \
T61String.c T61String.h \ T61String.c T61String.h \
TeletexString.c TeletexString.h \ TeletexString.c TeletexString.h \
UTCTime.c UTCTime.h \ UTCTime.c UTCTime.h \
UTF8String.c UTF8String.h \ UTF8String.c UTF8String.h \
UniversalString.c UniversalString.h \ UniversalString.c UniversalString.h \
VideotexString.c VideotexString.h \ VideotexString.c VideotexString.h \
VisibleString.c VisibleString.h \ VisibleString.c VisibleString.h \
asn_SEQUENCE_OF.c asn_SEQUENCE_OF.h \ asn_SEQUENCE_OF.c asn_SEQUENCE_OF.h \
asn_SET_OF.c asn_SET_OF.h \ asn_SET_OF.c asn_SET_OF.h \
asn_application.c asn_application.h \ asn_application.c asn_application.h \
asn_codecs.h \ asn_codecs.h \
asn_codecs_prim.c asn_codecs_prim.h \ asn_codecs_prim.c asn_codecs_prim.h \
asn_internal.h asn_system.h \ asn_internal.h asn_system.h \
asn_bit_data.c asn_bit_data.h \ asn_bit_data.c asn_bit_data.h \
ber_decoder.c ber_decoder.h \ ber_decoder.c ber_decoder.h \
ber_tlv_length.c ber_tlv_length.h \ ber_tlv_length.c ber_tlv_length.h \
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_CHOICE_oer.c \ constr_CHOICE_oer.c \
constr_SEQUENCE.c constr_SEQUENCE.h \ constr_SEQUENCE.c constr_SEQUENCE.h \
constr_SEQUENCE_oer.c \ 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 \
constr_SET_OF_oer.c \ constr_SET_OF_oer.c \
constr_TYPE.c constr_TYPE.h \ constr_TYPE.c constr_TYPE.h \
constraints.c constraints.h \ constraints.c constraints.h \
der_encoder.c der_encoder.h \ der_encoder.c der_encoder.h \
oer_decoder.c oer_decoder.h \ oer_decoder.c oer_decoder.h \
oer_encoder.c oer_encoder.h \ oer_encoder.c oer_encoder.h \
oer_support.c oer_support.h \ oer_support.c oer_support.h \
per_decoder.c per_decoder.h \ per_decoder.c per_decoder.h \
per_encoder.c per_encoder.h \ per_encoder.c per_encoder.h \
per_opentype.c per_opentype.h \ per_opentype.c per_opentype.h \
per_support.c per_support.h \ per_support.c per_support.h \
xer_decoder.c xer_decoder.h \ xer_decoder.c xer_decoder.h \
xer_encoder.c xer_encoder.h \ xer_encoder.c xer_encoder.h \
xer_support.c xer_support.h xer_support.c xer_support.h
check_PROGRAMS = check-converter_example check_PROGRAMS = check-converter_example
LDADD = -lm LDADD = -lm
......
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