CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/14 04:54:40
Modified files:
usr.bin/openssl: errstr.c
Log message:
Clean up and improve openssl(1) errstr:
- Use BIO_new_fp() instead of BIO_new()/BIO_set_fp() and handle NULL
return value in a more appropriate manner.
- Use stroul() instead of sscanf() with appropriate error checking.
ok doug@
