Talk:EVP Signing and Verifying

From OpenSSLWiki
Revision as of 16:52, 15 June 2013 by Doru001 (talk | contribs) (Created page with "== Clarification required == Why is if(1 != EVP_DigestSignFinal(mdctx, *sig, slen)) goto err; done two times?")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Clarification required

Why is

 if(1 != EVP_DigestSignFinal(mdctx, *sig, slen)) goto err;

done two times?