[#BN_get_rfc3526_prime_8192] = BN_get_rfc3526_prime_8192 :mrdocs: Return the 8192‐bit MODP group prime from RFC 3526. == Synopsis Declared in `<openssl/bn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIGNUM.adoc[BIGNUM]* BN_get_rfc3526_prime_8192(xref:BIGNUM.adoc[BIGNUM]* bn); ---- == Return Value The prime (possibly newly allocated), or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *bn* | Existing BIGNUM to fill, or NULL to allocate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#