diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2009-04-15 17:27:03 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2009-04-15 17:27:03 +0200 |
commit | e5fa864f62c096536d700d977a5eb924ad293304 (patch) | |
tree | f97991450654a74c8f8ace4ea11e88a1c055818f /crypto/x509v3/v3_cpols.c | |
parent | Update from 1.0.0-stable (diff) | |
download | openssl-e5fa864f62c096536d700d977a5eb924ad293304.tar.xz openssl-e5fa864f62c096536d700d977a5eb924ad293304.zip |
Updates from 1.0.0-stable.
Diffstat (limited to 'crypto/x509v3/v3_cpols.c')
-rw-r--r-- | crypto/x509v3/v3_cpols.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/x509v3/v3_cpols.c b/crypto/x509v3/v3_cpols.c index b452ac4e53..1f0798b946 100644 --- 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) |