Return the DSA prime modulus p without duplicating it (deprecated).

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
BIGNUM const*
DSA_get0_p(DSA const* d);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Internal BIGNUM pointer for p, or NULL if unset; do not free.

Parameters

Name

Description

d

DSA object to query.

Created with MrDocs