Better use BIO_snprintf() than snprintf(), in case the later isn't available
authorRichard Levitte <levitte@openssl.org>
Thu, 7 Apr 2016 11:03:29 +0000 (13:03 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 7 Apr 2016 11:35:24 +0000 (13:35 +0200)
commit2d5a82570ab424bcf2a738d05055eeb0b089b33a
tree9479dbd335f4075d2772551074665d4bd70fcd4b
parente9c2b100141631d614fe32cc1955a985c817286c
Better use BIO_snprintf() than snprintf(), in case the later isn't available

Reviewed-by: Tim Hudson <tjh@openssl.org>
test/ssl_test.c