| Index: third_party/boringssl/boringssl_tests.gypi
|
| diff --git a/third_party/boringssl/boringssl_tests.gypi b/third_party/boringssl/boringssl_tests.gypi
|
| index fe7eb6107019182745485de9c60f328b28c5b82d..3f7cd5368d09ce4731e45be89a6e836043761358 100644
|
| --- a/third_party/boringssl/boringssl_tests.gypi
|
| +++ b/third_party/boringssl/boringssl_tests.gypi
|
| @@ -150,13 +150,13 @@
|
| 'msvs_disabled_warnings': [ 4267, ],
|
| },
|
| {
|
| - 'target_name': 'boringssl_example_sign',
|
| + 'target_name': 'boringssl_evp_test',
|
| 'type': 'executable',
|
| 'dependencies': [
|
| 'boringssl.gyp:boringssl',
|
| ],
|
| 'sources': [
|
| - 'src/crypto/evp/example_sign.c',
|
| + 'src/crypto/evp/evp_test.c',
|
| ],
|
| # TODO(davidben): Fix size_t truncations in BoringSSL.
|
| # https://crbug.com/429039
|
| @@ -305,8 +305,8 @@
|
| 'boringssl_dsa_test',
|
| 'boringssl_ecdsa_test',
|
| 'boringssl_err_test',
|
| + 'boringssl_evp_test',
|
| 'boringssl_example_mul',
|
| - 'boringssl_example_sign',
|
| 'boringssl_gcm_test',
|
| 'boringssl_hmac_test',
|
| 'boringssl_lhash_test',
|
|
|