Skip to content

Releases: vladrich/openssl

CBMC test case

01 Aug 16:57
Compare
Choose a tag to compare
CBMC test case Pre-release
Pre-release
Clarify what RUN_ONCE returns

RUN_ONCE really just returns 0 on failure or whatever the init
function returned.  By convention, however, the init function must
return 0 on failure and 1 on success.  This needed to be clarified.

Reviewed-by: Matt Caswell <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/2225)