Initial support for Encrypted Data type generation.
[oweals/openssl.git] / crypto / x509v3 / pcy_lib.c
index b56739e6720a179914ad929d458af290039b5d04..dae4840bc5d43b522c39e984d9d7b476617ec3c8 100644 (file)
@@ -139,14 +139,16 @@ const ASN1_OBJECT *X509_policy_node_get0_policy(const X509_POLICY_NODE *node)
        return node->data->valid_policy;
        }
 
+#if 0
 int X509_policy_node_get_critical(const X509_POLICY_NODE *node)
        {
        if (node_critical(node))
                return 1;
        return 0;
        }
+#endif
 
-STACK_OF(POLICYQUALIFIER) *
+STACK_OF(POLICYQUALINFO) *
                X509_policy_node_get0_qualifiers(const X509_POLICY_NODE *node)
        {
        if (!node)