Set userdata passed to the context's default PEM password callback.
Declared in <openssl/ssl.h>
void
SSL_CTX_set_default_passwd_cb_userdata(
SSL_CTX* ctx,
void* u);
| Name | Description |
|---|---|
| ctx | SSL context whose callback userdata is stored. |
| u | Pointer provided as the userdata argument to the password callback. |