summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCrypto/PK/RSA.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibCrypto/PK/RSA.h')
-rw-r--r--Userland/Libraries/LibCrypto/PK/RSA.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Userland/Libraries/LibCrypto/PK/RSA.h b/Userland/Libraries/LibCrypto/PK/RSA.h
index 137f1f2f5f..97867c3055 100644
--- a/Userland/Libraries/LibCrypto/PK/RSA.h
+++ b/Userland/Libraries/LibCrypto/PK/RSA.h
@@ -60,9 +60,7 @@ public:
{
}
- RSAPrivateKey()
- {
- }
+ RSAPrivateKey() = default;
const Integer& modulus() const { return m_modulus; }
const Integer& private_exponent() const { return m_private_exponent; }