CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/14 11:16:57
Modified files:
lib/libcrypto/evp: evp_enc.c
Log message:
Use calloc() when allocating cipher_data.
Avoids use of uninitialised memory.
ok tb@
CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/14 11:16:57
Modified files:
lib/libcrypto/evp: evp_enc.c
Log message:
Use calloc() when allocating cipher_data.
Avoids use of uninitialised memory.
ok tb@