summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-11-30 18:23:50 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-11-30 18:23:50 +0000
commit4f1108a440d9554a52b129818b27ce845580f860 (patch)
tree95d34e99cd88bb1c866e6f256a0a44243075b31e /lib/gnutls_int.h
parent50310aca0fcf0f6e0a251156addcdd0bba6e40d0 (diff)
downloadgnutls-4f1108a440d9554a52b129818b27ce845580f860.tar.gz
The RDN sequence needed in the certificate request message is
now generated and cached into a x509pki_credentials structure. This would save a lot of time in the server side.
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index caf6c5bbba..dd133b29ea 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -31,9 +31,9 @@
#define WRITE_DEBUG
#define READ_DEBUG
#define HANDSHAKE_DEBUG // Prints some information on handshake
-#define RECORD_DEBUG*/
+#define RECORD_DEBUG
#define DEBUG
-
+*/
/* It might be a good idea to replace int with void*
* here.