Return the prime modulus p stored in a DH object (deprecated).

Synopsis

Declared in <openssl/dh.h>

[[deprecated]]
BIGNUM const*
DH_get0_p(DH const* dh);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Internal BIGNUM pointer (do not free), or NULL if unset.

Parameters

Name

Description

dh

DH object to query.

Created with MrDocs