diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-09-13 21:11:19 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-09-13 21:11:19 +0200 |
commit | 94976d02fb6f3205ae2a05dfa6069bedfe1b547a (patch) | |
tree | e452ad058ae91f5c26740b251ef7bd98f8a27a5e /lib | |
parent | 580e59b33c1db66523210406fa3d9d0e0733013d (diff) | |
download | libtasn1-94976d02fb6f3205ae2a05dfa6069bedfe1b547a.tar.gz libtasn1-94976d02fb6f3205ae2a05dfa6069bedfe1b547a.tar.bz2 libtasn1-94976d02fb6f3205ae2a05dfa6069bedfe1b547a.zip |
reduced maximum name size
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libtasn1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtasn1.h b/lib/libtasn1.h index 1dc3e31..6293e7d 100644 --- a/lib/libtasn1.h +++ b/lib/libtasn1.h @@ -114,7 +114,7 @@ extern "C" /* maximum number of characters of a name */ /* inside a file with ASN1 definitons */ -#define ASN1_MAX_NAME_SIZE 128 +#define ASN1_MAX_NAME_SIZE 64 #define ASN1_TYPE_EMPTY NULL |