Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: tls - fix logical-not-parentheses compile warning
Fix the following warning: crypto/testmgr.c: In function ‘__test_tls’: crypto/testmgr.c:2648:12: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] if (!ret == template[i].fail) { ^~ Fixes: 8abdaaeda43 ("crypto: add support for TLS 1.0 record encryption") Signed-off-by: Iuliana Prodan <[email protected]> Reviewed-by: Horia Geantă <[email protected]> Reviewed-by: Valentin Ciocoi R?dulescu <[email protected]>
- Loading branch information