Copy BIGNUM b into a, resizing a as needed.

Synopsis

Declared in <openssl/bn.h>

BIGNUM*
BN_copy(
    BIGNUM* a,
    BIGNUM const* b);

Return Value

a on success, or NULL on allocation failure.

Parameters

Name

Description

a

Destination (must be non‐NULL).

b

Source value.

Created with MrDocs