diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-07-18 17:53:21 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-07-18 17:53:21 +0000 |
commit | 3d4f44557b6dab2ed40b6fd098db82acfa667eba (patch) | |
tree | 5ac1b1f477797a418b945f7cb7fee3a7faa75649 /lib | |
parent | 2bf7c7dd1eca3f959ec3e9aee7737dff2ac0b782 (diff) | |
download | gnutls-3d4f44557b6dab2ed40b6fd098db82acfa667eba.tar.gz |
*** empty log message ***gnutls_0_5_1
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gnutls_int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index 15c5dc34e2..e6e44144b5 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -33,9 +33,9 @@ #define READ_DEBUG #define HANDSHAKE_DEBUG // Prints some information on handshake #define X509_DEBUG -#define RECORD_DEBUG*/ +#define RECORD_DEBUG #define DEBUG - +*/ /* It might be a good idea to replace int with void* * here. |