diff options
author | Shauren <shauren.trinity@gmail.com> | 2022-05-03 17:57:51 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-05-03 17:57:51 +0200 |
commit | 849999c1b3b48b2c5bb32e1838b8912dd1ca6f01 (patch) | |
tree | 786042de35354bdd52cd1a63ed8b6d351d38225d | |
parent | 63f6626c46919a9f6c5317cd0faf2d23a2781898 (diff) |
Codestyle fix - remove empty lines
-rw-r--r-- | src/common/Cryptography/RSA.cpp | 1 | ||||
-rw-r--r-- | src/common/Cryptography/RSA.h | 1 |
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(); |