Change RC5_32_set_key to return an int type
authorMatt Caswell <matt@openssl.org>
Fri, 28 Jun 2019 15:29:42 +0000 (16:29 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 1 Jul 2019 09:18:37 +0000 (10:18 +0100)
commit9a131ad7477f85d40ee96853e60d0de86f5f4e09
treeb6fad564674f3cd12da7f9c617fa4c78ed943f48
parent792cb4ee8d82e4b063f707fc9f4992271ffd65ab
Change RC5_32_set_key to return an int type

If the key is too long we now return an error.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8834)
CHANGES
apps/speed.c
crypto/evp/e_rc5.c
crypto/rc5/rc5_skey.c
include/openssl/rc5.h
test/rc5test.c