This is a followup patch series for an ongoing patch series to reuse kernel tree sha1 utils in perf tools and remove libcrypto dependency. This mirrors the fixes made in perf back to the kernel tree so we can use tools/perf/check-headers.sh to monitor future changes. Link: https://lore.kernel.org/lkml/aC9lXhPFcs5fkHWH@x1/t/#u This series contains two patches: one fixing signed and unsigned integer comparisons and another fixing function type mismatches. Yuzhuo Jing (2): crypto: Fix sha1 signed integer comparison compile error crypto: Fix sha1 signed pointer comparison compile error crypto/sha1_generic.c | 2 +- include/crypto/sha1_base.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -- 2.50.0.rc1.591.g9c95f17f64-goog