]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
reduced hash table size
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 13 Feb 2013 16:57:26 +0000 (17:57 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 13 Feb 2013 16:57:26 +0000 (17:57 +0100)
lib/x509/verify-high.c

index 344a887f5f5c07d7634acda894797f6c4dfbfe36..fc594951988e8da45b76cd462c2abdef3100bcc9 100644 (file)
@@ -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: