New UTF8 utility functions to parse/generate UTF8 strings.
[openssl.git] / crypto / asn1 / x_info.c
index 0ee9eb7955565dcda36336773d167e8a8fc0480f..99ce011f075f36818a4021608f726ba253233009 100644 (file)
@@ -108,3 +108,6 @@ void X509_INFO_free(X509_INFO *x)
        if (x->x_pkey != NULL) X509_PKEY_free(x->x_pkey);
        Free((char *)x);
        }
+
+IMPLEMENT_STACK_OF(X509_INFO)
+