Loading crypto/dh_helper.c +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ static inline const u8 *dh_unpack_data(void *dst, const void *src, size_t size) return src + size; } static inline int dh_data_size(const struct dh *p) static inline unsigned int dh_data_size(const struct dh *p) { return p->key_size + p->p_size + p->g_size; } Loading Loading
crypto/dh_helper.c +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ static inline const u8 *dh_unpack_data(void *dst, const void *src, size_t size) return src + size; } static inline int dh_data_size(const struct dh *p) static inline unsigned int dh_data_size(const struct dh *p) { return p->key_size + p->p_size + p->g_size; } Loading