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

Unified Diff: crypto/aead.cc

Issue 1909513003: Rename crypto/ *_openssl files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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.h ('k') | crypto/aead_openssl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/aead.cc
diff --git a/crypto/aead_openssl.cc b/crypto/aead.cc
similarity index 99%
rename from crypto/aead_openssl.cc
rename to crypto/aead.cc
index 8ad05dca1660ac5de60f67a1ad3b1384423ea16b..1be24cdb88d8463e7458d66b788b66679aeeae1d 100644
--- a/crypto/aead_openssl.cc
+++ b/crypto/aead.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "crypto/aead_openssl.h"
+#include "crypto/aead.h"
#include <openssl/aes.h>
#include <openssl/evp.h>
« no previous file with comments | « crypto/aead.h ('k') | crypto/aead_openssl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698