Searched defs:RestoreCmpFunc (Results 1 – 1 of 1) sorted by relevance
46 struct RestoreCmpFunc { in add_bio_cert_subjects_to_stack() struct47 ~RestoreCmpFunc() { sk_X509_NAME_set_cmp_func(stack, old_cmp); } in add_bio_cert_subjects_to_stack()49 int (*old_cmp)(const X509_NAME *const *, const X509_NAME *const *); in add_bio_cert_subjects_to_stack()
Completed in 6 milliseconds