Callback type invoked to clean up application state associated with a store context.
Declared in <openssl/x509_vfy.h>
typedef int(* X509_STORE_CTX_cleanup_fn)(X509_STORE_CTX*);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| ctx | Verification context being cleaned up. |