Skip to content

Commit

Permalink
Remove accidentally left debugging NSLOG() call.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Feb 28, 2025
1 parent 6961056 commit dfaba64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/crypto/ecdsa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ load_public_key(rnp::botan::Pubkey &pubkey, const ec::Key &keydata)
RNP_LOG("unknown curve");
return false;
}
RNP_LOG("Botan curve name: %s", curve->botan_name);
if (!keydata.p.bytes() || (keydata.p.mpi[0] != 0x04)) {
RNP_LOG("Failed to load public key: %02x", keydata.p.mpi[0]);
return false;
Expand Down

0 comments on commit dfaba64

Please sign in to comment.