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:
55ed10d
)
PR: 1786
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 13 Apr 2009 11:36:19 +0000
(11:36 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 13 Apr 2009 11:36:19 +0000
(11:36 +0000)
Submitted by: Ger Hobbelt <ger@hobbelt.com>
Approved by: steve@openssl.org
Add missing IMPLEMENT.
crypto/x509v3/v3_cpols.c
patch
|
blob
|
history
diff --git
a/crypto/x509v3/v3_cpols.c
b/crypto/x509v3/v3_cpols.c
index b452ac4e53bc9c10d384e2ec81aa0e263076bb98..1f0798b9468f9c663d9c3c49777f6a1a94723379 100644
(file)
--- a/
crypto/x509v3/v3_cpols.c
+++ b/
crypto/x509v3/v3_cpols.c
@@
-453,4
+453,5
@@
void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent)
IMPLEMENT_STACK_OF(X509_POLICY_NODE)
+IMPLEMENT_STACK_OF(X509_POLICY_DATA)