summaryrefslogtreecommitdiff
path: root/lib/gnutls_str.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_str.h')
-rw-r--r--lib/gnutls_str.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_str.h b/lib/gnutls_str.h
index bf82072f1a..88916aeed3 100644
--- a/lib/gnutls_str.h
+++ b/lib/gnutls_str.h
@@ -93,6 +93,7 @@ int _gnutls_hex2bin (const opaque * hex_data, int hex_size, opaque * bin_data,
int _gnutls_hostname_compare (const char *certname, size_t certnamesize,
const char *hostname, int level);
#define MAX_CN 256
+#define MAX_DN 1024
#define BUFFER_APPEND(b, x, s) { \
ret = _gnutls_buffer_append_data(b, x, s); \