NCONF_get_number() has no error checking at all. As a replacement,
authorRichard Levitte <levitte@openssl.org>
Thu, 19 Oct 2000 08:03:14 +0000 (08:03 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 19 Oct 2000 08:03:14 +0000 (08:03 +0000)
commitc6f1787bbd8012b372158c15ac84abf75261be3e
treedb303d8b4c5c773087788ffcffddd6e29099e08c
parent9bd3bd227fb9ad36f939dfde81dd843be604c452
NCONF_get_number() has no error checking at all.  As a replacement,
NCONF_get_number_e() is defined (_e for "error checking") and is
promoted strongly.  The old NCONF_get_number is kept around for
binary backward compatibility.
crypto/conf/conf.h
crypto/conf/conf_api.c
crypto/conf/conf_err.c
crypto/conf/conf_lib.c