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