diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-09-12 22:19:43 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-09-12 22:19:43 +0200 |
commit | b86e75de8bc3a35620f069b7b00d680284d86eb5 (patch) | |
tree | 32d2dcb502fae5c4e12a4348c6be84ab0faf7aca /lib/int.h | |
parent | 7ddf0590e6310af489228f21fbf6c30de89c8c04 (diff) | |
download | libtasn1-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |