diff --git a/src/key.cpp b/src/key.cpp index 44afad36f4..b5b3b12703 100644 --- a/src/key.cpp +++ b/src/key.cpp @@ -229,7 +229,7 @@ class CECKey { bool Verify(const uint256 &hash, const std::vector& vchSig) { if (vchSig.empty()) - return false + return false; // New versions of OpenSSL will reject non-canonical DER signatures. de/re-serialize first. unsigned char *norm_der = NULL; ECDSA_SIG *norm_sig = ECDSA_SIG_new();