diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-02-28 09:00:38 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-02-28 09:00:38 +0000 |
commit | e3748418f72cc67c14b1a1fba641d701667a74c0 (patch) | |
tree | e8a9cb8492ee082c624d5e99a7986cd974614bca /lib | |
parent | eac0529e92bcbf08f13b760fb9c24798e283d780 (diff) | |
download | libtasn1-e3748418f72cc67c14b1a1fba641d701667a74c0.tar.gz libtasn1-e3748418f72cc67c14b1a1fba641d701667a74c0.tar.bz2 libtasn1-e3748418f72cc67c14b1a1fba641d701667a74c0.zip |
Remove redundant definitions.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/int.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -36,8 +36,6 @@ #include <mem.h> #define MAX_LOG_SIZE 1024 /* maximum number of characters of a log message */ -#define MAX_NAME_SIZE 128 /* maximum number of characters of a name inside an ASN1 file definiton */ -#define MAX_ERROR_DESCRIPTION_SIZE 128 /* maximum number of characters of a description message */ /* Define used for visiting trees. */ #define UP 1 |