Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo authored and actions-user committed Sep 7, 2024
1 parent 2c44d62 commit 829a38c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/moonlight-protocol/crypto/crypto/crypto.hpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#pragma once

#include <memory>
#include <openssl/aes.h>
#include <openssl/x509.h>
#include <optional>
#include <string>
#include <memory>

namespace crypto {

Expand Down Expand Up @@ -145,7 +145,6 @@ namespace x509 {
using x509_ptr = std::shared_ptr<X509>;
using pkey_ptr = std::shared_ptr<EVP_PKEY>;


/**
* @brief Generates a 2048-bit RSA key.
*
Expand Down

0 comments on commit 829a38c

Please sign in to comment.