Use the cleaned up asprintf-based make_config_name() to make the name of
authorlteo <lteo@openbsd.org>
Fri, 18 Apr 2014 18:08:36 +0000 (18:08 +0000)
committerlteo <lteo@openbsd.org>
Fri, 18 Apr 2014 18:08:36 +0000 (18:08 +0000)
commitc7e9642196d6e0737e62873a1b6e88861d5a243c
tree6ba4232c70ec76a9eb7cbe517226636e89e3e274
parent8769a7ad17adb9846a6c64508da3078ef82f7560
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@
lib/libssl/src/apps/ca.c
lib/libssl/src/apps/srp.c