summaryrefslogtreecommitdiff
path: root/lib/int.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-03-23 14:44:12 +0100
committerSimon Josefsson <simon@josefsson.org>2009-03-23 14:44:12 +0100
commitc30b667a92f8b88f7e9d5c9a5d494ba833323810 (patch)
treed943d965b88232bf1c84fa274c9a2f349ab2ea8e /lib/int.h
parent77f321a0a9f652da11bb17cfe280c1770d03d41e (diff)
downloadlibtasn1-c30b667a92f8b88f7e9d5c9a5d494ba833323810.tar.gz
libtasn1-c30b667a92f8b88f7e9d5c9a5d494ba833323810.tar.bz2
libtasn1-c30b667a92f8b88f7e9d5c9a5d494ba833323810.zip
Make it compile.
Diffstat (limited to 'lib/int.h')
-rw-r--r--lib/int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/int.h b/lib/int.h
index 78a2551..5b42af5 100644
--- a/lib/int.h
+++ b/lib/int.h
@@ -44,7 +44,7 @@
/* This structure is also in libtasn1.h, but then contains less
fields. You cannot make any modifications to these first fields
without breaking ABI. */
-struct node_asn
+struct node_asn_struct
{
/* public fields: */
char *name; /* Node name */