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

Unified Diff: crypto/aead_openssl.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/BUILD.gn ('k') | crypto/aead_openssl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/aead_openssl.cc
diff --git a/crypto/aead_openssl.cc b/crypto/aead_openssl.cc
index 724942174d8c6e03111ac658f6bf72377d2901a5..8ad05dca1660ac5de60f67a1ad3b1384423ea16b 100644
--- a/crypto/aead_openssl.cc
+++ b/crypto/aead_openssl.cc
@@ -4,8 +4,6 @@
#include "crypto/aead_openssl.h"
-#if defined(USE_OPENSSL)
-
#include <openssl/aes.h>
#include <openssl/evp.h>
#include <stddef.h>
@@ -123,5 +121,3 @@ size_t Aead::NonceLength() const {
}
} // namespace
-
-#endif
« no previous file with comments | « crypto/BUILD.gn ('k') | crypto/aead_openssl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698