[#BN_is_one] = BN_is_one :mrdocs: Test whether a BIGNUM equals one. == Synopsis Declared in `<openssl/bn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int BN_is_one(xref:BIGNUM.adoc[BIGNUM] const* a); ---- == Return Value 1 if `a` has the value 1, or 0 otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *a* | BIGNUM to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#