Skip to content

Commit

Permalink
;
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkPfennig committed Feb 18, 2015
1 parent 45676e4 commit 8bcb666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/key.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class CECKey {

bool Verify(const uint256 &hash, const std::vector<unsigned char>& 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();
Expand Down

0 comments on commit 8bcb666

Please sign in to comment.