CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/10/31 21:41:41
Modified files:
lib/libcrypto/rsa: rsa_lib.c
Log message:
Clean up RSA_new_method().
Use calloc() instead of malloc() for initialisation and remove explicit
zero initialisation of members. This ensures that new members always get
initialised.
Also use a single error return path, simplifying code.
ok tb@
