Fix contness of debug_print_buf()
This commit is contained in:
parent
6e0643762d
commit
a78b218042
4 changed files with 5 additions and 5 deletions
|
@ -124,7 +124,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 );
|
||||
|
||||
#if defined(POLARSSL_BIGNUM_C)
|
||||
void debug_print_mpi( const ssl_context *ssl, int level,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue