Convert some BIO_snprintf() to (void) snprintf - as although these ones
authorbeck <beck@openbsd.org>
Tue, 15 Apr 2014 16:22:30 +0000 (16:22 +0000)
committerbeck <beck@openbsd.org>
Tue, 15 Apr 2014 16:22:30 +0000 (16:22 +0000)
commita6bb742d795b695258171b6737f9244f6ea7a1a7
treea718c9e965d933060c2ce69a372008d505520dab
parentea4b21aae2adb138912fdc26d056cefee2267ce3
Convert some BIO_snprintf() to (void) snprintf - as although these ones
save the return value, the value is actually ignored.
ok deraadt@
lib/libssl/src/apps/apps.c