From 829a38cf1102decbf69094cecdaf29e14384f9b4 Mon Sep 17 00:00:00 2001 From: ABeltramo Date: Sat, 7 Sep 2024 20:13:06 +0000 Subject: [PATCH] Committing clang-format changes --- src/moonlight-protocol/crypto/crypto/crypto.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/moonlight-protocol/crypto/crypto/crypto.hpp b/src/moonlight-protocol/crypto/crypto/crypto.hpp index a5344d26..992c7445 100644 --- a/src/moonlight-protocol/crypto/crypto/crypto.hpp +++ b/src/moonlight-protocol/crypto/crypto/crypto.hpp @@ -1,10 +1,10 @@ #pragma once +#include #include #include #include #include -#include namespace crypto { @@ -145,7 +145,6 @@ namespace x509 { using x509_ptr = std::shared_ptr; using pkey_ptr = std::shared_ptr; - /** * @brief Generates a 2048-bit RSA key. *