PR: 1937
[oweals/openssl.git] / crypto / x509v3 / pcy_lib.c
index b56739e6720a179914ad929d458af290039b5d04..93bfd927037181785504f52d593ca31c4dd48aad 100644 (file)
@@ -1,5 +1,5 @@
 /* pcy_lib.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2004.
  */
 /* ====================================================================
@@ -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)