| Index: crypto/nss_key_util_unittest.cc
|
| diff --git a/crypto/nss_key_util_unittest.cc b/crypto/nss_key_util_unittest.cc
|
| index 99b52a9891b0094194b5c3a688f3cd32c961691b..ced9850aa3ea0d0c834e56db485ea6d423066641 100644
|
| --- a/crypto/nss_key_util_unittest.cc
|
| +++ b/crypto/nss_key_util_unittest.cc
|
| @@ -46,7 +46,6 @@ TEST_F(NSSKeyUtilTest, GenerateRSAKeyPairNSS) {
|
| PK11_GetPrivateModulusLen(private_key.get()));
|
| }
|
|
|
| -#if defined(USE_NSS_CERTS)
|
| TEST_F(NSSKeyUtilTest, FindNSSKeyFromPublicKeyInfo) {
|
| // Create an NSS keypair, which will put the keys in the user's NSSDB.
|
| ScopedSECKEYPublicKey public_key;
|
| @@ -83,6 +82,5 @@ TEST_F(NSSKeyUtilTest, FailedFindNSSKeyFromPublicKeyInfo) {
|
|
|
| EXPECT_FALSE(FindNSSKeyFromPublicKeyInfo(public_key_der));
|
| }
|
| -#endif // defined(USE_NSS_CERTS)
|
|
|
| } // namespace crypto
|
|
|