X509_policy_lib_init is declared but not defined, so it raises havoc
when trying to build a shared library on VMS or Windows...
This commit is contained in:
parent
9c52d2cc75
commit
c4fc8b5bf4
@ -448,7 +448,9 @@ STACK_OF(POLICYQUALINFO) *
|
|||||||
const X509_POLICY_NODE *
|
const X509_POLICY_NODE *
|
||||||
X509_policy_node_get0_parent(const X509_POLICY_NODE *node);
|
X509_policy_node_get0_parent(const X509_POLICY_NODE *node);
|
||||||
|
|
||||||
|
#if 0
|
||||||
void X509_policy_lib_init(void);
|
void X509_policy_lib_init(void);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user