diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-03-23 14:44:12 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-03-23 14:44:12 +0100 |
commit | c30b667a92f8b88f7e9d5c9a5d494ba833323810 (patch) | |
tree | d943d965b88232bf1c84fa274c9a2f349ab2ea8e /lib/structure.c | |
parent | 77f321a0a9f652da11bb17cfe280c1770d03d41e (diff) | |
download | libtasn1-c30b667a92f8b88f7e9d5c9a5d494ba833323810.tar.gz |
Make it compile.
Diffstat (limited to 'lib/structure.c')
-rw-r--r-- | lib/structure.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/structure.c b/lib/structure.c index bea3077..3931651 100644 --- a/lib/structure.c +++ b/lib/structure.c @@ -50,7 +50,7 @@ _asn1_add_node_only (unsigned int type) { ASN1_TYPE punt; - punt = (ASN1_TYPE) _asn1_calloc (1, sizeof (struct node_asn)); + punt = (ASN1_TYPE) _asn1_calloc (1, sizeof (struct node_asn_struct)); if (punt == NULL) return NULL; |