| Index: third_party/boringssl/boringssl_unittest.cc
|
| diff --git a/third_party/boringssl/boringssl_unittest.cc b/third_party/boringssl/boringssl_unittest.cc
|
| index 12d6488edd79cb9ea30f9f975cba14187ea2571a..b2a22e5ae01c4533f9c4a2d35460ad24f2ae5a38 100644
|
| --- a/third_party/boringssl/boringssl_unittest.cc
|
| +++ b/third_party/boringssl/boringssl_unittest.cc
|
| @@ -204,6 +204,10 @@ TEST(BoringSSL, SHA1) {
|
| TestSimple("sha1_test");
|
| }
|
|
|
| +TEST(BoringSSL, PKCS7) {
|
| + TestSimple("pkcs7_test");
|
| +}
|
| +
|
| TEST(BoringSSL, ExampleMul) {
|
| TestSimple("example_mul");
|
| }
|
|
|