projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix declarations and constification for inline stack.
[openssl.git]
/
crypto
/
x509v3
/
pcy_int.h
diff --git
a/crypto/x509v3/pcy_int.h
b/crypto/x509v3/pcy_int.h
index
b5075f9
..
cbc94c0
100644
(file)
--- a/
crypto/x509v3/pcy_int.h
+++ b/
crypto/x509v3/pcy_int.h
@@
-207,7
+207,7
@@
X509_POLICY_NODE *tree_find_sk(STACK_OF(X509_POLICY_NODE) *sk,
const ASN1_OBJECT *id);
X509_POLICY_NODE *level_add_node(X509_POLICY_LEVEL *level,
-
const
X509_POLICY_DATA *data,
+ X509_POLICY_DATA *data,
X509_POLICY_NODE *parent,
X509_POLICY_TREE *tree);
void policy_node_free(X509_POLICY_NODE *node);