]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Update.
authorSimon Josefsson <simon@josefsson.org>
Sun, 12 Mar 2006 12:53:12 +0000 (12:53 +0000)
committerSimon Josefsson <simon@josefsson.org>
Sun, 12 Mar 2006 12:53:12 +0000 (12:53 +0000)
lib/minitasn1/structure.c

index 9909c7dd1ae4daa749dd9e3651be15b085c93784..8595585f29f8e2a1e69e38a4040a66421c9ab776 100644 (file)
@@ -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;