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
library

View file

@ -120,7 +120,7 @@ void debug_print_ret( const ssl_context *ssl, int level,
void debug_print_buf( const ssl_context *ssl, int level,
const char *file, int line, const char *text,
unsigned char *buf, size_t len )
const unsigned char *buf, size_t len )
{
char str[512];
char txt[17];