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:
980aea7
)
Make -Werror happy again.
author
Geoff Thorpe
<geoff@openssl.org>
Sat, 18 Sep 2004 01:32:32 +0000
(
01:32
+0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Sat, 18 Sep 2004 01:32:32 +0000
(
01:32
+0000)
crypto/x509/x509_vfy.h
patch
|
blob
|
history
diff --git
a/crypto/x509/x509_vfy.h
b/crypto/x509/x509_vfy.h
index d8d34879af7a1bd15f19d7b3df41ebcbc3b031b8..66e97b7a386871ea2baa3ff591775e9613e76780 100644
(file)
--- a/
crypto/x509/x509_vfy.h
+++ b/
crypto/x509/x509_vfy.h
@@
-459,6
+459,7
@@
X509_POLICY_TREE *X509_STORE_CTX_get0_policy_tree(X509_STORE_CTX *ctx);
int X509_STORE_CTX_get_explicit_policy(X509_STORE_CTX *ctx);
X509_VERIFY_PARAM *X509_STORE_CTX_get0_param(X509_STORE_CTX *ctx);
+void X509_STORE_CTX_set0_param(X509_STORE_CTX *ctx, X509_VERIFY_PARAM *param);
int X509_STORE_CTX_set_default(X509_STORE_CTX *ctx, const char *name);
/* X509_VERIFY_PARAM functions */