Use BIO_snprintf() rather than snprintf()
authorRichard Levitte <levitte@openssl.org>
Wed, 3 Feb 2016 21:41:14 +0000 (22:41 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 3 Feb 2016 21:41:14 +0000 (22:41 +0100)
commit6339ece1d80054ebb27dc1fafbe57a18d294b2c3
treee56d68ec446afc9b24141d778299f6bb8ed35663
parentb7d53d411e6d3dcadf58e1e9ac1bfddd82cd3688
Use BIO_snprintf() rather than snprintf()

Some platforms do not have the latter.

Reviewed-by: Matt Caswell <matt@openssl.org>
test/ssltest.c