mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
ecd445464a
X509V3_add1_i2d() can return both -1 and 0 as an error code. This check only checked for 0. Change it into <= 0 to also catch the -1 error code. CLA: trivial Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20157) |
||
---|---|---|
.. | ||
build.info | ||
ocsp_asn.c | ||
ocsp_cl.c | ||
ocsp_err.c | ||
ocsp_ext.c | ||
ocsp_http.c | ||
ocsp_lib.c | ||
ocsp_local.h | ||
ocsp_prn.c | ||
ocsp_srv.c | ||
ocsp_vfy.c | ||
v3_ocsp.c |