The corresponding DECLARE_... statements are in pcy_int.h and x509v3.h
respectively BTW.

--- \\Debbie\ger\prj\1original\openssl\openssl\crypto\x509v3\pcy_lib.c  
2008-11-12
20:36:05.000000000 +-0100
+++ \\Debbie\ger\prj\3actual\openssl\crypto\x509v3\pcy_lib.c    2008-11-12
22:12:48.000000000 +-0100
@@ -162,6 +162,8 @@
        if (!node)
                return NULL;
        return node->parent;
        }


+IMPLEMENT_STACK_OF(X509_POLICY_DATA);  /* [i_a] */
+

--- \\Debbie\ger\prj\1original\openssl\openssl\crypto\x509v3\v3_cpols.c 
2008-11-12
20:36:05.000000000 +-0100
+++ \\Debbie\ger\prj\3actual\openssl\crypto\x509v3\v3_cpols.c   2008-11-01
22:51:27.000000000 +-0100
@@ -443,7 +443,10 @@
                node_data_critical(dat) ? "Critical" : "Non Critical");
        if (dat->qualifier_set)
                print_qualifiers(out, dat->qualifier_set, indent + 2);
        else
                BIO_printf(out, "%*sNo Qualifiers\n", indent + 2, "");
        }
+       

+IMPLEMENT_STACK_OF(X509_POLICY_NODE);  /* [i_a] */
+


-- 
Met vriendelijke groeten / Best regards,

Ger Hobbelt

--------------------------------------------------
web:    http://www.hobbelt.com/
        http://www.hebbut.net/
mail:   [EMAIL PROTECTED]
mobile: +31-6-11 120 978
--------------------------------------------------

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to