CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/06/12 14:40:57
Modified files:
lib/libssl/src/crypto/dh: dh_pmeth.c
lib/libssl/src/crypto/dsa: dsa_pmeth.c
lib/libssl/src/crypto/rsa: rsa_pmeth.c
Log message:
replace atoi() calls with strtol(). Follow the idiomatic pattern in our
manual page strictly. Return -2 if the strings are not strict numbers.
The numbers remain in the range of "int". Range checking for these parameters
is done later in the pkey_*_ctl() functions, or sometimes in functions much
further downstream... but not always!!!
ok millert miod mikeb