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
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/bn/CMakeLists.txt2
-rw-r--r--crypto/bn/bn_asn1.c (renamed from crypto/bn/asn1.c)0
-rw-r--r--crypto/evp/CMakeLists.txt2
-rw-r--r--crypto/evp/evp_asn1.c (renamed from crypto/evp/asn1.c)0
4 files changed, 2 insertions, 2 deletions
diff --git a/crypto/bn/CMakeLists.txt b/crypto/bn/CMakeLists.txt
index fa6d2074..63029cf7 100644
--- a/crypto/bn/CMakeLists.txt
+++ b/crypto/bn/CMakeLists.txt
@@ -38,8 +38,8 @@ add_library(
add.c
asm/x86_64-gcc.c
- asn1.c
bn.c
+ bn_asn1.c
cmp.c
convert.c
ctx.c
diff --git a/crypto/bn/asn1.c b/crypto/bn/bn_asn1.c
index 81e7b897..81e7b897 100644
--- a/crypto/bn/asn1.c
+++ b/crypto/bn/bn_asn1.c
diff --git a/crypto/evp/CMakeLists.txt b/crypto/evp/CMakeLists.txt
index 061f9351..5c22a8a3 100644
--- a/crypto/evp/CMakeLists.txt
+++ b/crypto/evp/CMakeLists.txt
@@ -6,9 +6,9 @@ add_library(
OBJECT
algorithm.c
- asn1.c
digestsign.c
evp.c
+ evp_asn1.c
evp_ctx.c
p_dsa_asn1.c
p_ec.c
diff --git a/crypto/evp/asn1.c b/crypto/evp/evp_asn1.c
index 3df9f52b..3df9f52b 100644
--- a/crypto/evp/asn1.c
+++ b/crypto/evp/evp_asn1.c