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>
This commit is contained in:
parent
7ca4b42146
commit
7f15ff53d8
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user