mirror of https://github.com/openssl/openssl.git
The demo code is quite often block copied for new demos, so this PR changes demos to use EXIT_SUCCESS & EXIT_FAILURE instead of using 0 and 1. Internal functions use the normal notation of 0 = error, 1 = success, but the value returned by main() must use EXIT_SUCCESS and EXIT_FAILURE. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20545) |
||
|---|---|---|
| .. | ||
| cacert.pem | ||
| cakey.pem | ||
| cms_comp.c | ||
| cms_ddec.c | ||
| cms_dec.c | ||
| cms_denc.c | ||
| cms_enc.c | ||
| cms_sign.c | ||
| cms_sign2.c | ||
| cms_uncomp.c | ||
| cms_ver.c | ||
| comp.txt | ||
| encr.txt | ||
| sign.txt | ||
| signer.pem | ||
| signer2.pem | ||