X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FRSA_new.pod;h=3d15b928243d55c2145404f0c6c31c0096926c6f;hb=706c5a4d353eeac4b3217138eeea6b737ff14681;hp=f16490ea6a166f2ed108645adbe969fe45e3360c;hpb=bb075f883356589425b7e57f788c7498a83b0219;p=oweals%2Fopenssl.git diff --git a/doc/crypto/RSA_new.pod b/doc/crypto/RSA_new.pod index f16490ea6a..3d15b92824 100644 --- a/doc/crypto/RSA_new.pod +++ b/doc/crypto/RSA_new.pod @@ -14,7 +14,8 @@ RSA_new, RSA_free - allocate and free RSA objects =head1 DESCRIPTION -RSA_new() allocates and initializes an B structure. +RSA_new() allocates and initializes an B structure. It is equivalent to +calling RSA_new_method(NULL). RSA_free() frees the B structure and its components. The key is erased before the memory is returned to the system. @@ -29,7 +30,9 @@ RSA_free() returns no value. =head1 SEE ALSO -L, L, L +L, L, +L, +L =head1 HISTORY