Fix race condition when CRL checking is enabled.

This commit is contained in:
Dr. Stephen Henson
2004-10-04 16:30:12 +00:00
parent 5e2216bfa1
commit 2f605e8d24
8 changed files with 100 additions and 31 deletions

View File

@@ -100,6 +100,7 @@ int (*sk_set_cmp_func(STACK *sk, int (*c)(const char * const *,
(const char * const *, const char * const *);
STACK *sk_dup(STACK *st);
void sk_sort(STACK *st);
int sk_is_sorted(const STACK *st);
#ifdef __cplusplus
}