diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-09-13 23:30:50 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-09-13 23:30:50 +0200 |
commit | 6e896a8e7c30d3351f874731835f803cb1edd155 (patch) | |
tree | 91447dcea6202ad8e58ed00d5cb9cfd7a2643863 /lib/int.h | |
parent | 7e6ece95a21d573f2699e77cf74c4c2fb2d08010 (diff) | |
download | libtasn1-6e896a8e7c30d3351f874731835f803cb1edd155.tar.gz libtasn1-6e896a8e7c30d3351f874731835f803cb1edd155.tar.bz2 libtasn1-6e896a8e7c30d3351f874731835f803cb1edd155.zip |
Revert "small_value_size changed to 8. No visible difference in performance"
This reverts commit b86e75de8bc3a35620f069b7b00d680284d86eb5.
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 8 +#define ASN1_SMALL_VALUE_SIZE 16 /* This structure is also in libtasn1.h, but then contains less fields. You cannot make any modifications to these first fields |