From: Nikos Mavrogiannopoulos Date: Wed, 13 Feb 2013 16:57:26 +0000 (+0100) Subject: reduced hash table size X-Git-Tag: gnutls_3_1_9~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2ae2a7aee3b13124f655e829bac59b3dd4d3dc6;p=thirdparty%2Fgnutls.git reduced hash table size --- diff --git a/lib/x509/verify-high.c b/lib/x509/verify-high.c index 344a887f5f..fc59495198 100644 --- a/lib/x509/verify-high.c +++ b/lib/x509/verify-high.c @@ -57,7 +57,7 @@ struct gnutls_x509_trust_list_st { struct node_st *node; }; -#define DEFAULT_SIZE 503 +#define DEFAULT_SIZE 127 /** * gnutls_x509_trust_list_init: