remove BIO_snprintf usage - convert to snprintf.
authorbeck <beck@openbsd.org>
Tue, 15 Apr 2014 22:49:20 +0000 (22:49 +0000)
committerbeck <beck@openbsd.org>
Tue, 15 Apr 2014 22:49:20 +0000 (22:49 +0000)
commit233260f491cdcf96c91fe6dc0c3b6e570976877f
tree8644d41a8b0e28527e7d130b190411818629fbd9
parent17f99bba001a2b070bd859b11b4a3e008ce95f06
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@
lib/libssl/src/apps/req.c