Fix contness of debug_print_buf()

This commit is contained in:
Manuel Pégourié-Gonnard 2015-03-19 17:16:11 +00:00
parent 6e0643762d
commit a78b218042
4 changed files with 5 additions and 5 deletions

View file

@ -2342,7 +2342,7 @@ static int ssl_write_hello_verify_request( ssl_context *ssl )
* version looks like the most interoperable thing to do. */
ssl_write_version( ssl->major_ver, ssl->minor_ver,
ssl->transport, p );
SSL_DEBUG_BUF( 3, "server version", (unsigned char *) p, 2 );
SSL_DEBUG_BUF( 3, "server version", p, 2 );
p += 2;
/* If we get here, f_cookie_check is not null */