[#BN_options] = BN_options :mrdocs: Return a short string describing compiled BIGNUM word size / options. == Synopsis Declared in `<openssl/bn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char* BN_options(); ---- == Return Value Static NUL‐terminated options string (for example "bn(64,64)"). [.small]#Created with https://www.mrdocs.com[MrDocs]#