diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-04-28 11:28:28 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-04-28 11:28:28 +0200 |
commit | 6a8c8a0cccb6381f8bab78b120a2ccc47d375ae7 (patch) | |
tree | 3842e8802c4d6ed064c9cc732f8f1d14ae18fb09 /libdane | |
parent | 2ff15ab2c1c799b080d19bece76bdc8b9b4ec075 (diff) | |
download | gnutls-6a8c8a0cccb6381f8bab78b120a2ccc47d375ae7.tar.gz |
increased MAX_DATA_ENTRIES to 100.
Diffstat (limited to 'libdane')
-rw-r--r-- | libdane/dane.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdane/dane.c b/libdane/dane.c index 3c6d4feae6..edc8acfaae 100644 --- a/libdane/dane.c +++ b/libdane/dane.c @@ -36,7 +36,7 @@ #include <gnutls/crypto.h> #include "../lib/gnutls_int.h" -#define MAX_DATA_ENTRIES 4 +#define MAX_DATA_ENTRIES 100 #ifdef DEBUG #define gnutls_assert() fprintf(stderr, "ASSERT: %s: %d\n", __FILE__, __LINE__); |