projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c52d2c
)
X509_policy_lib_init is declared but not defined, so it raises havoc
author
Richard Levitte
<levitte@openssl.org>
Wed, 19 May 2004 14:19:51 +0000
(14:19 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 19 May 2004 14:19:51 +0000
(14:19 +0000)
when trying to build a shared library on VMS or Windows...
crypto/x509/x509_vfy.h
patch
|
blob
|
history
diff --git
a/crypto/x509/x509_vfy.h
b/crypto/x509/x509_vfy.h
index c9129ba5aff7617d82c7eeedd9fbbffb28796bb2..071d17eb2e7028b5c0906fa25f13541e49690939 100644
(file)
--- 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
}