diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-12-04 10:57:03 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-12-04 10:57:03 +0000 |
commit | f4fcde5c4eb58ea592cf5e3f0cc41534a7e73b46 (patch) | |
tree | 86a97683c106d60fea2c07653fb5ccdf29415110 /lib/debug.h | |
parent | c488ad631dfb3f719334d5fa41ff1d2b41ad2e19 (diff) | |
download | gnutls-f4fcde5c4eb58ea592cf5e3f0cc41534a7e73b46.tar.gz |
moving gnutls_DN structures out of gnutls_cert and auth_info structures.
Now they are generated upon request.
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 |