diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-03-12 12:53:12 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-03-12 12:53:12 +0000 |
commit | 83cabd8522dda93cf4bf17c990770d24f3783d38 (patch) | |
tree | 6f63a147d39e5d9956bc54bfccc3b6ab6b7d27b9 /lib | |
parent | d1da4d4b127fa6220acc3905cbf7656b2662d3fb (diff) | |
download | gnutls-83cabd8522dda93cf4bf17c990770d24f3783d38.tar.gz |
Update.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/minitasn1/structure.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/minitasn1/structure.c b/lib/minitasn1/structure.c index 9909c7dd1a..8595585f29 100644 --- a/lib/minitasn1/structure.c +++ b/lib/minitasn1/structure.c @@ -982,7 +982,9 @@ asn1_retCode asn1_copy_node (ASN1_TYPE dst, const char *dst_name, ASN1_TYPE src, const char *src_name) { - +/* FIXME: rewrite using copy_structure(). + * It seems quite hard to do. + */ int result; ASN1_TYPE dst_node; void *data = NULL; |