(void) cast a snprintf() call that can't possibly truncate unless we
authorgilles <gilles@openbsd.org>
Sat, 19 Apr 2014 14:09:19 +0000 (14:09 +0000)
committergilles <gilles@openbsd.org>
Sat, 19 Apr 2014 14:09:19 +0000 (14:09 +0000)
commit45a8e1718f1bf6548342a08c3a65a53cf1fa3431
treee0738ddf6bb01aff032828a86d63f46c7d98a231
parentbdb1408021744c4c81283d9bf4f59e90f3ea77cb
(void) cast a snprintf() call that can't possibly truncate unless we
suddenly supported a cipher with a name that's > 200 bytes long ...
... in which case harmless truncation would occur and we'd have to
readjust our buffer
usr.sbin/smtpd/ssl.c