This commit is contained in:
2024-08-02 10:00:14 -05:00
parent 79b16d9a34
commit 2d60b637ec
9 changed files with 11 additions and 11 deletions

View File

@ -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 {

View File

@ -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<unsigned char,
}
} // namespace repertory::utils::encryption
#endif // INCLUDE_UTILS_ENCRYPTION_HPP_
#endif // INCLUDE_UTILS_ENCRYPT_HPP_