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/int.h | |
parent | 77f321a0a9f652da11bb17cfe280c1770d03d41e (diff) | |
download | libtasn1-c30b667a92f8b88f7e9d5c9a5d494ba833323810.tar.gz libtasn1-c30b667a92f8b88f7e9d5c9a5d494ba833323810.tar.bz2 libtasn1-c30b667a92f8b88f7e9d5c9a5d494ba833323810.zip |
Make it compile.
Diffstat (limited to 'lib/int.h')
-rw-r--r-- | lib/int.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |