Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(686)

Unified Diff: crypto/aead_openssl_unittest.cc

Issue 1882433002: Removing NSS files and USE_OPENSSL flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « crypto/aead_openssl.cc ('k') | crypto/crypto.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/aead_openssl_unittest.cc
diff --git a/crypto/aead_openssl_unittest.cc b/crypto/aead_openssl_unittest.cc
index 446bca2cb02f362bd435d09210ceebb21500bdb0..395e15a35a16be4304294e747ded972ff3b4ee58 100644
--- a/crypto/aead_openssl_unittest.cc
+++ b/crypto/aead_openssl_unittest.cc
@@ -10,8 +10,6 @@
namespace {
-#if defined(USE_OPENSSL)
-
TEST(AeadTest, SealOpen) {
crypto::Aead aead(crypto::Aead::AES_128_CTR_HMAC_SHA256);
std::string key(aead.KeyLength(), 0);
@@ -49,6 +47,4 @@ TEST(AeadTest, SealOpenWrongKey) {
EXPECT_EQ(0U, decrypted.size());
}
-#endif
-
} // namespace
« no previous file with comments | « crypto/aead_openssl.cc ('k') | crypto/crypto.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698