[#BN_value_one] = BN_value_one :mrdocs: Return a shared BIGNUM constant equal to 1. == Synopsis Declared in `<openssl/bn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIGNUM.adoc[BIGNUM] const* BN_value_one(); ---- == Return Value Pointer to a static BIGNUM holding the value 1; do not free or modify. [.small]#Created with https://www.mrdocs.com[MrDocs]#