summaryrefslogtreecommitdiff
path: root/lib/int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-12 22:19:43 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-12 22:19:43 +0200
commitb86e75de8bc3a35620f069b7b00d680284d86eb5 (patch)
tree32d2dcb502fae5c4e12a4348c6be84ab0faf7aca /lib/int.h
parent7ddf0590e6310af489228f21fbf6c30de89c8c04 (diff)
downloadlibtasn1-b86e75de8bc3a35620f069b7b00d680284d86eb5.tar.gz
libtasn1-b86e75de8bc3a35620f069b7b00d680284d86eb5.tar.bz2
libtasn1-b86e75de8bc3a35620f069b7b00d680284d86eb5.zip
small_value_size changed to 8. No visible difference in performance
Diffstat (limited to 'lib/int.h')
-rw-r--r--lib/int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/int.h b/lib/int.h
index edb1d57..f01cb4d 100644
--- a/lib/int.h
+++ b/lib/int.h
@@ -38,7 +38,7 @@
#include <libtasn1.h>
-#define ASN1_SMALL_VALUE_SIZE 16
+#define ASN1_SMALL_VALUE_SIZE 8
/* This structure is also in libtasn1.h, but then contains less
fields. You cannot make any modifications to these first fields