aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-05-03 17:57:51 +0200
committerShauren <shauren.trinity@gmail.com>2022-05-03 17:57:51 +0200
commit849999c1b3b48b2c5bb32e1838b8912dd1ca6f01 (patch)
tree786042de35354bdd52cd1a63ed8b6d351d38225d
parent63f6626c46919a9f6c5317cd0faf2d23a2781898 (diff)
Codestyle fix - remove empty lines
-rw-r--r--src/common/Cryptography/RSA.cpp1
-rw-r--r--src/common/Cryptography/RSA.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/common/Cryptography/RSA.cpp b/src/common/Cryptography/RSA.cpp
index 06bb386cf56..e8f8b4966ac 100644
--- a/src/common/Cryptography/RSA.cpp
+++ b/src/common/Cryptography/RSA.cpp
@@ -33,7 +33,6 @@ struct BIODeleter
}
};
-
struct HMAC_SHA256_MD
{
struct CTX_DATA
diff --git a/src/common/Cryptography/RSA.h b/src/common/Cryptography/RSA.h
index e6feee8e0ed..9c8399d2fda 100644
--- a/src/common/Cryptography/RSA.h
+++ b/src/common/Cryptography/RSA.h
@@ -59,7 +59,6 @@ public:
size_t _keyLength;
};
-
RsaSignature();
RsaSignature(RsaSignature&& rsa) noexcept;
~RsaSignature();