diff options
-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(); |