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