diff options
Diffstat (limited to 'crypto/x509/v3_pcons.c')
-rw-r--r-- | crypto/x509/v3_pcons.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/x509/v3_pcons.c b/crypto/x509/v3_pcons.c index 33c08cfdaa..43e5bc555b 100644 --- a/crypto/x509/v3_pcons.c +++ b/crypto/x509/v3_pcons.c @@ -15,6 +15,8 @@ #include <openssl/x509v3.h> #include "ext_dat.h" +DEFINE_STACK_OF(CONF_VALUE) + static STACK_OF(CONF_VALUE) *i2v_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD *method, void *bcons, STACK_OF(CONF_VALUE) *extlist); |