Fix contness of debug_print_buf()
This commit is contained in:
parent
6e0643762d
commit
a78b218042
4 changed files with 5 additions and 5 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue