Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-01-29 03:37:10 +0300
committerAdam Langley <agl@google.com>2015-01-29 03:37:10 +0300
commit4a0f0c4910e20705282166da10943d6eed5a0d66 (patch)
tree27005768efecc155fe8e341aec135977c235630c /crypto/asn1/CMakeLists.txt
parent2e38008558bc77e97bc97758df61d6244ea658a3 (diff)
Change CMakeLists.txt to two-space indent.
find -name CMakeLists.txt -type f | xargs sed -e 's/\t/ /g' -i Change-Id: I01636b1849c00ba918f48828252492d99b0403ac
Diffstat (limited to 'crypto/asn1/CMakeLists.txt')
-rw-r--r--crypto/asn1/CMakeLists.txt80
1 files changed, 40 insertions, 40 deletions
diff --git a/crypto/asn1/CMakeLists.txt b/crypto/asn1/CMakeLists.txt
index 884ecd2a..35e1bec3 100644
--- a/crypto/asn1/CMakeLists.txt
+++ b/crypto/asn1/CMakeLists.txt
@@ -1,46 +1,46 @@
include_directories(. .. ../../include)
add_library(
- asn1
+ asn1
- OBJECT
+ OBJECT
- a_bitstr.c
- a_bool.c
- a_bytes.c
- a_d2i_fp.c
- a_dup.c
- a_enum.c
- a_gentm.c
- a_i2d_fp.c
- a_int.c
- a_mbstr.c
- a_object.c
- a_octet.c
- a_print.c
- a_strnid.c
- a_time.c
- a_type.c
- a_utctm.c
- a_utf8.c
- asn1_error.c
- asn1_lib.c
- asn1_par.c
- asn_pack.c
- bio_asn1.c
- bio_ndef.c
- f_enum.c
- f_int.c
- f_string.c
- t_bitst.c
- t_pkey.c
- tasn_dec.c
- tasn_enc.c
- tasn_fre.c
- tasn_new.c
- tasn_prn.c
- tasn_typ.c
- tasn_utl.c
- x_bignum.c
- x_long.c
+ a_bitstr.c
+ a_bool.c
+ a_bytes.c
+ a_d2i_fp.c
+ a_dup.c
+ a_enum.c
+ a_gentm.c
+ a_i2d_fp.c
+ a_int.c
+ a_mbstr.c
+ a_object.c
+ a_octet.c
+ a_print.c
+ a_strnid.c
+ a_time.c
+ a_type.c
+ a_utctm.c
+ a_utf8.c
+ asn1_error.c
+ asn1_lib.c
+ asn1_par.c
+ asn_pack.c
+ bio_asn1.c
+ bio_ndef.c
+ f_enum.c
+ f_int.c
+ f_string.c
+ t_bitst.c
+ t_pkey.c
+ tasn_dec.c
+ tasn_enc.c
+ tasn_fre.c
+ tasn_new.c
+ tasn_prn.c
+ tasn_typ.c
+ tasn_utl.c
+ x_bignum.c
+ x_long.c
)