[#BN_set_word] = BN_set_word :mrdocs: Set BIGNUM `a` to the single‐word value `w.` == Synopsis Declared in `<openssl/bn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int BN_set_word( xref:BIGNUM.adoc[BIGNUM]* a, unsigned long w); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *a* | Destination BIGNUM. | *w* | Word value to assign (non‐negative). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#