diff options
Diffstat (limited to 'crypto/x509/pcy_cache.c')
-rw-r--r-- | crypto/x509/pcy_cache.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/x509/pcy_cache.c b/crypto/x509/pcy_cache.c index e65931e456..a7bcfe6013 100644 --- a/crypto/x509/pcy_cache.c +++ b/crypto/x509/pcy_cache.c @@ -14,6 +14,8 @@ #include "pcy_local.h" +DEFINE_STACK_OF(POLICYINFO) + static int policy_data_cmp(const X509_POLICY_DATA *const *a, const X509_POLICY_DATA *const *b); static int policy_cache_set_int(long *out, ASN1_INTEGER *value); |