CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/07 09:09:18
Modified files:
lib/libcrypto/bn: bn_lib.c
Log message:
Use calloc() in BN_new(), rather than malloc() and then manually zeroing.
ok tb@
CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/07 09:09:18
Modified files:
lib/libcrypto/bn: bn_lib.c
Log message:
Use calloc() in BN_new(), rather than malloc() and then manually zeroing.
ok tb@