[#SSL_CTX_set_record_padding_callback_arg] = SSL_CTX_set_record_padding_callback_arg :mrdocs: Set the opaque argument passed to the context's TLS 1.3 record‐padding callback. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SSL_CTX_set_record_padding_callback_arg( xref:SSL_CTX.adoc[SSL_CTX]* ctx, void* arg); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context whose padding callback argument is set (inherited by SSL_new). | *arg* | Pointer forwarded as the callback's `arg` parameter, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#