aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_vfy.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-05-19 14:19:51 +0000
committerRichard Levitte <levitte@openssl.org>2004-05-19 14:19:51 +0000
commitc4fc8b5bf40a4aeef8715d4ad0dbabb1d017918e (patch)
treebdca7e668bfd25f6fde71d64d28e45e7bfb0f434 /crypto/x509/x509_vfy.h
parent9c52d2cc75c2978dbee5075bfeed9968c68f403d (diff)
downloadopenssl-c4fc8b5bf40a4aeef8715d4ad0dbabb1d017918e.tar.gz
X509_policy_lib_init is declared but not defined, so it raises havoc
when trying to build a shared library on VMS or Windows...
Diffstat (limited to 'crypto/x509/x509_vfy.h')
-rw-r--r--crypto/x509/x509_vfy.h2
1 files changed, 2 insertions, 0 deletions
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
}