diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-10-01 22:18:09 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-10-01 22:22:33 +0200 |
commit | 0e0068c42896c411420da4d03166d54ea32694ee (patch) | |
tree | 35a5abbafbb3bdfb2e89a6087fdda70dfb149c9e /lib/libtasn1.h | |
parent | 841a2450a9d4497c84b248f8faec1e3e38cd195b (diff) | |
download | libtasn1-0e0068c42896c411420da4d03166d54ea32694ee.tar.gz libtasn1-0e0068c42896c411420da4d03166d54ea32694ee.tar.bz2 libtasn1-0e0068c42896c411420da4d03166d54ea32694ee.zip |
eliminated use of old types
Diffstat (limited to 'lib/libtasn1.h')
-rw-r--r-- | lib/libtasn1.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libtasn1.h b/lib/libtasn1.h index f5ecbd7..8ad6b13 100644 --- a/lib/libtasn1.h +++ b/lib/libtasn1.h @@ -298,7 +298,8 @@ extern "C" asn_node_t src, const char *src_name); /* Compatibility types */ - typedef int asn1_retCode; /* type returned by libtasn1 functions */ + +typedef int asn1_retCode; /* type returned by libtasn1 functions */ #define node_asn_struct asn_node_st #define node_asn asn_node_st |