Talk:EVP Signing and Verifying
From OpenSSLWiki
Jump to navigationJump to search
Clarification required
Why is
if(1 != EVP_DigestSignFinal(mdctx, *sig, slen)) goto err;
done two times?
Why is
if(1 != EVP_DigestSignFinal(mdctx, *sig, slen)) goto err;
done two times?