diff options
Diffstat (limited to 'lib/debug.h')
-rw-r--r-- | lib/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/debug.h b/lib/debug.h index 85ad14b261..f95145d84d 100644 --- a/lib/debug.h +++ b/lib/debug.h @@ -25,4 +25,5 @@ void _gnutls_dump_mpi(char* prefix,MPI a); char* _gnutls_packet2str( int packet); char* _gnutls_alert2str( int alert); char* _gnutls_handshake2str( int handshake); +char* GET_CN( gnutls_datum); #endif |