Re: [PATCH 2/3] crypto: dh_helper - return unsigned value for crypto_dh_key_len()

2017-10-12 Thread Herbert Xu
On Fri, Sep 29, 2017 at 12:21:05PM +0300, Tudor Ambarus wrote: > DH_KPP_SECRET_MIN_SIZE and dh_data_size() are both returning > unsigned values. > > Signed-off-by: Tudor Ambarus Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.

[PATCH 2/3] crypto: dh_helper - return unsigned value for crypto_dh_key_len()

2017-09-29 Thread Tudor Ambarus
DH_KPP_SECRET_MIN_SIZE and dh_data_size() are both returning unsigned values. Signed-off-by: Tudor Ambarus --- crypto/dh_helper.c | 2 +- include/crypto/dh.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/dh_helper.c b/crypto/dh_helper.c index 69869da..a413b31 100