From c4fc8b5bf40a4aeef8715d4ad0dbabb1d017918e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 19 May 2004 14:19:51 +0000 Subject: [PATCH] X509_policy_lib_init is declared but not defined, so it raises havoc when trying to build a shared library on VMS or Windows... --- crypto/x509/x509_vfy.h | 2 ++ 1 file changed, 2 insertions(+) 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 } -- 2.25.1