diff --git a/doc/crypto/DSA_SIG_new.pod b/doc/crypto/DSA_SIG_new.pod index 7f6a5a121a3043c8cd9bdd93f5127de8e63701b5..7503460a1959094e760cd5ff878cc51081d83944 100644 --- a/doc/crypto/DSA_SIG_new.pod +++ b/doc/crypto/DSA_SIG_new.pod @@ -16,7 +16,7 @@ DSA_SIG_new, DSA_SIG_free - allocate and free DSA signature objects =head1 DESCRIPTION -DSA_SIG_new() allocates and initializes a B structure. +DSA_SIG_new() allocates an empty B structure. DSA_SIG_free() frees the B structure and its components. The values are erased before the memory is returned to the system. diff --git a/doc/crypto/ECDSA_SIG_new.pod b/doc/crypto/ECDSA_SIG_new.pod index b6545c92e6c4fd5a1e31f2a259881dc83f7a0bbb..f6aaed192be67ea8cb5240fd9e299017708899b7 100644 --- a/doc/crypto/ECDSA_SIG_new.pod +++ b/doc/crypto/ECDSA_SIG_new.pod @@ -47,8 +47,8 @@ L or L instead. B is an opaque structure consisting of two BIGNUMs for the B and B value of an ECDSA signature (see X9.62 or FIPS 186-2). -ECDSA_SIG_new() allocates a new B structure (note: this -function also allocates the BIGNUMs) and initializes it. +ECDSA_SIG_new() allocates an empty B structure. Note: before +OpenSSL 1.1.0 the: the B and B components were initialised. ECDSA_SIG_free() frees the B structure B.