summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-07-30 09:49:56 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-07-30 09:49:56 +0000
commit7951e12f31002b63d78f181b13044fe7fbee9547 (patch)
tree94ebc588d23f69e055f927b040427ea1b0b5b651 /lib/gnutls_int.h
parentb861a7b79ecd5f9b8622b7cfc2842404089c2285 (diff)
downloadgnutls-7951e12f31002b63d78f181b13044fe7fbee9547.tar.gz
added log function (no longer use fprintf).
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 19a8bf04e9..ce8004907c 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -48,6 +48,7 @@
#define MAX_HASH_SIZE 20
#define MAX_X509_CERT_SIZE 10*1024
+#define MAX_LOG_SIZE 1024 /* maximum number of log message */
#define MAX_DNSNAME_SIZE 256