[PATCH 5/9] KEYS: Make the key matching functions return bool

2014-09-12 Thread David Howells
Make the key matching functions pointed to by key_match_data::cmp return bool rather than int. Signed-off-by: David Howells --- crypto/asymmetric_keys/asymmetric_type.c |4 ++-- include/linux/key-type.h | 10 ++ net/dns_resolver/dns_key.c |4 ++--

[PATCH 5/9] KEYS: Make the key matching functions return bool

2014-09-12 Thread David Howells
Make the key matching functions pointed to by key_match_data::cmp return bool rather than int. Signed-off-by: David Howells dhowe...@redhat.com --- crypto/asymmetric_keys/asymmetric_type.c |4 ++-- include/linux/key-type.h | 10 ++ net/dns_resolver/dns_key.c