We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17b96b commit 5c0f24cCopy full SHA for 5c0f24c
1 file changed
src/crypto/crypto_sig.cc
@@ -829,6 +829,7 @@ bool SignTraits::DeriveBits(
829
Environment* env,
830
const SignConfiguration& params,
831
ByteSource* out) {
832
+ ClearErrorOnReturn clear_error_on_return;
833
EVPMDPointer context(EVP_MD_CTX_new());
834
EVP_PKEY_CTX* ctx = nullptr;
835
0 commit comments