ASYNC_callback_fn

Callback invoked when an asynchronous wait context is ready.

Synopsis

Declared in <openssl/async.h>

typedef int(* ASYNC_callback_fn)(void*);

Return Value

Application-defined status code.

Parameters

NameDescription
argUser data supplied when the callback was registered.