summaryrefslogtreecommitdiffstats
path: root/crypto/modes/cfb128.c
diff options
context:
space:
mode:
authorNiels Dossche <niels.dossche@ugent.be>2023-02-01 15:06:12 +0100
committerTomas Mraz <tomas@openssl.org>2023-02-08 17:04:25 +0100
commit13ca68791ff9fb47598eefbda7fe3fedd3c1430e (patch)
treeadb19a47b64a14cafb7c30c18ae77d208df915de /crypto/modes/cfb128.c
parentcf3cf2ba81f803f283f40ff93cb19d2b8142dacd (diff)
Fix BIO_set_indent() check
This function returns an errorcode <= 0, but only < 0 is checked. Other callers that check the return value perform this check correctly. Fix it by changing the check to <= 0. CLA: trivial Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20186) (cherry picked from commit 826374921a6b92293fd87655416eda8ef07301c8)
Diffstat (limited to 'crypto/modes/cfb128.c')
0 files changed, 0 insertions, 0 deletions