Damn, I was a bit hasty with my fix and hadn't spotted the linker
dependency from asn1.
This commit is contained in:
parent
2bd4e3379f
commit
2d2a5ba32a
@ -232,7 +232,6 @@ static int policy_cache_new(X509 *x)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
void policy_cache_free(X509_POLICY_CACHE *cache)
|
void policy_cache_free(X509_POLICY_CACHE *cache)
|
||||||
{
|
{
|
||||||
if (!cache)
|
if (!cache)
|
||||||
@ -243,7 +242,6 @@ void policy_cache_free(X509_POLICY_CACHE *cache)
|
|||||||
sk_X509_POLICY_DATA_pop_free(cache->data, policy_data_free);
|
sk_X509_POLICY_DATA_pop_free(cache->data, policy_data_free);
|
||||||
OPENSSL_free(cache);
|
OPENSSL_free(cache);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
const X509_POLICY_CACHE *policy_cache_set(X509 *x)
|
const X509_POLICY_CACHE *policy_cache_set(X509 *x)
|
||||||
{
|
{
|
||||||
|
@ -205,6 +205,8 @@ STACK_OF(X509_POLICY_NODE) *policy_node_cmp_new(void);
|
|||||||
|
|
||||||
void policy_cache_init(void);
|
void policy_cache_init(void);
|
||||||
|
|
||||||
|
void policy_cache_free(X509_POLICY_CACHE *cache);
|
||||||
|
|
||||||
X509_POLICY_NODE *level_find_node(const X509_POLICY_LEVEL *level,
|
X509_POLICY_NODE *level_find_node(const X509_POLICY_LEVEL *level,
|
||||||
const ASN1_OBJECT *id);
|
const ASN1_OBJECT *id);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user