diff --git a/common/crypto/sig_private_key.cpp b/common/crypto/sig_private_key.cpp index ffc0371a..2e5322f7 100644 --- a/common/crypto/sig_private_key.cpp +++ b/common/crypto/sig_private_key.cpp @@ -336,7 +336,6 @@ ByteArray pcrypto::sig::PrivateKey::SignMessage(const ByteArray& message) const Error::ThrowIf( s == nullptr, "Crypto Error (SignMessage): Could not dup BIGNUM for s"); - // r = BN_dup(rc); pdo::crypto::BIGNUM_ptr r(BN_dup(rc), BN_free); Error::ThrowIf( r == nullptr, "Crypto Error (SignMessage): Could not dup BIGNUM for r");