[#OSSL_SELF_TEST_onend] = OSSL_SELF_TEST_onend :mrdocs: Signal the end of a self‐test block with pass/fail (callback phase "Pass" or "Fail"). == Synopsis Declared in `<openssl/self_test.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OSSL_SELF_TEST_onend( xref:OSSL_SELF_TEST.adoc[OSSL_SELF_TEST]* st, int ret); ---- == Parameters [cols="1,4"] |=== | Name| Description | *st* | Self‐test object from OSSL_SELF_TEST_new(). | *ret* | Non‐zero if the test passed; zero if it failed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#