[#BN_get0_nist_prime_224] = BN_get0_nist_prime_224 :mrdocs: Return the NIST P‐224 prime as a shared BIGNUM. == Synopsis Declared in `<openssl/bn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIGNUM.adoc[BIGNUM] const* BN_get0_nist_prime_224(); ---- == Return Value Pointer to the static prime; do not free. [.small]#Created with https://www.mrdocs.com[MrDocs]#