[#BN_bn2dec] = BN_bn2dec :mrdocs: Convert a BIGNUM to a newly allocated decimal string. == Synopsis Declared in `<openssl/bn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char* BN_bn2dec(xref:BIGNUM.adoc[BIGNUM] const* a); ---- == Return Value Heap string (free with OPENSSL_free()), or NULL on failure. == Parameters [cols="1,4"] |=== | Name| Description | *a* | Value to convert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#