| Index: crypto/aead_unittest.cc
|
| diff --git a/crypto/aead_openssl_unittest.cc b/crypto/aead_unittest.cc
|
| similarity index 97%
|
| rename from crypto/aead_openssl_unittest.cc
|
| rename to crypto/aead_unittest.cc
|
| index 395e15a35a16be4304294e747ded972ff3b4ee58..3218b43c047e99706065eaff1a5dd0d780a923ab 100644
|
| --- a/crypto/aead_openssl_unittest.cc
|
| +++ b/crypto/aead_unittest.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 <string>
|
|
|
|
|