Free custom extension output produced by a matching add callback.
Declared in <openssl/ssl.h>
typedef void(* custom_ext_free_cb)(SSL*, unsigned int, unsigned char const*, void*);
| Name | Description |
|---|---|
| s | SSL connection constructing the message. |
| ext_type | TLS extension type being freed. |
| out | Extension data previously set by the add callback. |
| add_arg | Application argument registered with the extension. |