提交 7380737d 编写于 作者: E EasySec 提交者: Richard Levitte

dtl_mtu_test doesn't follow BIO_* conventions and make Windows build fail

Reviewed-by: NKurt Roeckx <kurt@openssl.org>
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 6925a948
......@@ -26,7 +26,7 @@ static unsigned int clnt_psk_callback(SSL *ssl, const char *hint,
unsigned char *psk,
unsigned int max_psk_len)
{
snprintf(ident, max_ident_len, "psk");
BIO_snprintf(ident, max_ident_len, "psk");
if (max_psk_len > 20)
max_psk_len = 20;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册