| Index: third_party/boringssl/boringssl_unittest.cc
|
| diff --git a/third_party/boringssl/boringssl_unittest.cc b/third_party/boringssl/boringssl_unittest.cc
|
| index b2a22e5ae01c4533f9c4a2d35460ad24f2ae5a38..a87a111ae6a9104d763f97a1d93e0711ac03c440 100644
|
| --- a/third_party/boringssl/boringssl_unittest.cc
|
| +++ b/third_party/boringssl/boringssl_unittest.cc
|
| @@ -208,6 +208,10 @@ TEST(BoringSSL, PKCS7) {
|
| TestSimple("pkcs7_test");
|
| }
|
|
|
| +TEST(BoringSSL, PKCS12) {
|
| + TestSimple("pkcs12_test");
|
| +}
|
| +
|
| TEST(BoringSSL, ExampleMul) {
|
| TestSimple("example_mul");
|
| }
|
|
|