From: Richard Levitte Date: Wed, 19 May 2004 14:19:51 +0000 (+0000) Subject: X509_policy_lib_init is declared but not defined, so it raises havoc X-Git-Tag: BEN_FIPS_TEST_6~14^2~244 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c4fc8b5bf40a4aeef8715d4ad0dbabb1d017918e;p=oweals%2Fopenssl.git X509_policy_lib_init is declared but not defined, so it raises havoc when trying to build a shared library on VMS or Windows... --- diff --git a/crypto/x509/x509_vfy.h b/crypto/x509/x509_vfy.h index c9129ba5af..071d17eb2e 100644 --- a/crypto/x509/x509_vfy.h +++ b/crypto/x509/x509_vfy.h @@ -448,7 +448,9 @@ STACK_OF(POLICYQUALINFO) * const X509_POLICY_NODE * X509_policy_node_get0_parent(const X509_POLICY_NODE *node); +#if 0 void X509_policy_lib_init(void); +#endif #ifdef __cplusplus }