瀏覽代碼

Rename crypto/{bn,evp}/asn1.c.

gyp doesn't allow two files to share the same name to avoid bugs in OS X
libtool, so asn1.c's need to all get a prefix.

Change-Id: I3593597912c49dd02655cae329fb253ed4f6f56d
Reviewed-on: https://boringssl-review.googlesource.com/5431
Reviewed-by: Adam Langley <agl@google.com>
kris/onging/CECPQ3_patch15
David Benjamin 9 年之前
committed by David Benjamin
父節點
當前提交
7f15ff53d8
共有 4 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      crypto/bn/CMakeLists.txt
  2. +0
    -0
      crypto/bn/bn_asn1.c
  3. +1
    -1
      crypto/evp/CMakeLists.txt
  4. +0
    -0
      crypto/evp/evp_asn1.c

+ 1
- 1
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


crypto/bn/asn1.c → crypto/bn/bn_asn1.c 查看文件


+ 1
- 1
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


crypto/evp/asn1.c → crypto/evp/evp_asn1.c 查看文件


Loading…
取消
儲存