diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-10-01 22:09:26 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-10-01 22:14:09 +0200 |
commit | c48c4111d0429a5c3c1ccc19745a7ce6359efe30 (patch) | |
tree | 52e5116e6a877d23feee421b6a76e24bf00019ad /lib/libtasn1.h | |
parent | 0f25d868fa70dd4a4f373158a8ce692806161981 (diff) | |
download | libtasn1-c48c4111d0429a5c3c1ccc19745a7ce6359efe30.tar.gz libtasn1-c48c4111d0429a5c3c1ccc19745a7ce6359efe30.tar.bz2 libtasn1-c48c4111d0429a5c3c1ccc19745a7ce6359efe30.zip |
ASN1_TYPE definition corrected
Diffstat (limited to 'lib/libtasn1.h')
-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 64e4ee0..f5ecbd7 100644 --- a/lib/libtasn1.h +++ b/lib/libtasn1.h @@ -302,7 +302,7 @@ extern "C" #define node_asn_struct asn_node_st #define node_asn asn_node_st -#define ASN1_TYPE node_asn_t +#define ASN1_TYPE asn_node_t #define ASN1_TYPE_EMPTY NULL #define static_struct_asn asn_static_node_st |