From 2d60b637ec212dccc7cce8084148d65ba7546820 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 2 Aug 2024 10:00:14 -0500 Subject: [PATCH] refactor --- repertory/librepertory/include/comm/curl/curl_comm.hpp | 2 +- .../include/utils/{encryption.hpp => encrypt.hpp} | 6 +++--- repertory/librepertory/src/comm/packet/packet.cpp | 2 +- .../librepertory/src/providers/encrypt/encrypt_provider.cpp | 2 +- repertory/librepertory/src/providers/s3/s3_provider.cpp | 2 +- .../librepertory/src/utils/{encryption.cpp => encrypt.cpp} | 2 +- repertory/librepertory/src/utils/encrypting_reader.cpp | 2 +- repertory/repertory_test/include/test_common.hpp | 2 +- repertory/repertory_test/src/encryption_test.cpp | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) rename repertory/librepertory/include/utils/{encryption.hpp => encrypt.hpp} (96%) rename repertory/librepertory/src/utils/{encryption.cpp => encrypt.cpp} (96%) diff --git a/repertory/librepertory/include/comm/curl/curl_comm.hpp b/repertory/librepertory/include/comm/curl/curl_comm.hpp index fc8656d5..83fd636e 100644 --- a/repertory/librepertory/include/comm/curl/curl_comm.hpp +++ b/repertory/librepertory/include/comm/curl/curl_comm.hpp @@ -26,7 +26,7 @@ #include "comm/i_http_comm.hpp" #include "events/event_system.hpp" #include "events/events.hpp" -#include "utils/encryption.hpp" +#include "utils/encrypt.hpp" #include "utils/utils.hpp" namespace repertory { diff --git a/repertory/librepertory/include/utils/encryption.hpp b/repertory/librepertory/include/utils/encrypt.hpp similarity index 96% rename from repertory/librepertory/include/utils/encryption.hpp rename to repertory/librepertory/include/utils/encrypt.hpp index 1b186668..f321188a 100644 --- a/repertory/librepertory/include/utils/encryption.hpp +++ b/repertory/librepertory/include/utils/encrypt.hpp @@ -19,8 +19,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#ifndef INCLUDE_UTILS_ENCRYPTION_HPP_ -#define INCLUDE_UTILS_ENCRYPTION_HPP_ +#ifndef INCLUDE_UTILS_ENCRYPT_HPP_ +#define INCLUDE_UTILS_ENCRYPT_HPP_ #include "types/repertory.hpp" #include "utils/encrypting_reader.hpp" @@ -158,4 +158,4 @@ encrypt_data(const std::array