CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/18 12:08:36
Modified files:
lib/libssl/src/apps: srp.c ca.c
Log message:
Use the cleaned up asprintf-based make_config_name() to make the name of
the config file instead of the malloc/BUF_strlcpy/BUF_strlcat calls with
no return value checks (that make_config_name() also used to do prior to
being cleaned up).
ok beck@
