CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2018/07/23 12:14:32

Modified files:
        lib/libcrypto/bn: bn_lcl.h bn_lib.c 

Log message:
Use a size_t instead of an int for the byte count in BN_swap_ct().
Since bignums use ints for the same purpose, this still uses an int
internally after an overflow check.

Suggested by and discussed with jsing.
ok inoguchi, jsing

Reply via email to