From c30b667a92f8b88f7e9d5c9a5d494ba833323810 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 23 Mar 2009 14:44:12 +0100 Subject: Make it compile. --- lib/structure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/structure.c') 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; -- cgit v1.2.1