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:
David Benjamin 2015-07-13 17:03:20 -04:00 committed by David Benjamin
parent 7ca4b42146
commit 7f15ff53d8
4 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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