CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/04/16 07:04:05
Modified files:
lib/libcrypto/bn: bn_convert.c bn_lib.c bn_local.h
Log message:
Rename bn_expand() to bn_expand_bits().
Also change the bits type from int to size_t, since that's what the callers
are passing and we can avoid unnecessary input validation.
ok tb@
