From 849999c1b3b48b2c5bb32e1838b8912dd1ca6f01 Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 3 May 2022 17:57:51 +0200 Subject: Codestyle fix - remove empty lines --- src/common/Cryptography/RSA.cpp | 1 - src/common/Cryptography/RSA.h | 1 - 2 files changed, 2 deletions(-) (limited to 'src') 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(); -- cgit v1.2.3