CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/15 16:49:20
Modified files:
lib/libssl/src/apps: req.c
Log message:
remove BIO_snprintf usage - convert to snprintf.
Interestingly this fixes a bug, as the code appears to have been
assuming that BIO_snprintf returns what snprintf does when it does not.
ok tedu@
