diff options
author | Fabio Fiorina <fiorinaf@gnutls.org> | 2003-09-18 19:33:44 +0000 |
---|---|---|
committer | Fabio Fiorina <fiorinaf@gnutls.org> | 2003-09-18 19:33:44 +0000 |
commit | 15bc224d3ecdf8f7074d13eff46a1b06d699472f (patch) | |
tree | 4742d92c9387547e8c7c968c1867136de0094bca /lib/int.h | |
parent | f75e8e5f5e3f77b6b19bdfe625abb94ae3664088 (diff) | |
download | libtasn1-15bc224d3ecdf8f7074d13eff46a1b06d699472f.tar.gz libtasn1-15bc224d3ecdf8f7074d13eff46a1b06d699472f.tar.bz2 libtasn1-15bc224d3ecdf8f7074d13eff46a1b06d699472f.zip |
manage 'INTEGER(1 | 2)' syntax
Diffstat (limited to 'lib/int.h')
-rw-r--r-- | lib/int.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ #include <mem.h> -#define LIBTASN1_VERSION "0.2.5" +#define LIBTASN1_VERSION "0.2.6" #define MAX32 4294967295 #define MAX24 16777215 |