[#BN_BLINDING_set_current_thread] = BN_BLINDING_set_current_thread :mrdocs: Record the calling thread as the owner of blinding context `b.` == Synopsis Declared in `<openssl/bn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void BN_BLINDING_set_current_thread(xref:BN_BLINDING.adoc[BN_BLINDING]* b); ---- == Parameters [cols="1,4"] |=== | Name| Description | *b* | Blinding object whose thread id is updated to the current thread. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#