X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2FRSA_size.pod;h=5b7f835f95d6dc01ecb6c5419761985d6eded98d;hp=9af1c40f1a49170d9a6a1f6a311bbd31722f7e16;hb=ec8ad2bb9603379651bf9196ac28593cc2360c77;hpb=2186cd8ef1c4db86109af7a38182c2bd9ddbbb32 diff --git a/doc/crypto/RSA_size.pod b/doc/crypto/RSA_size.pod index 9af1c40f1a..5b7f835f95 100644 --- a/doc/crypto/RSA_size.pod +++ b/doc/crypto/RSA_size.pod @@ -2,13 +2,13 @@ =head1 NAME -RSA_size - Get RSA modulus size +RSA_size - get RSA modulus size =head1 SYNOPSIS #include - int RSA_size(RSA *rsa); + int RSA_size(const RSA *rsa); =head1 DESCRIPTION @@ -16,7 +16,7 @@ This function returns the RSA modulus size in bytes. It can be used to determine how much memory must be allocated for an RSA encrypted value. -Bn> must not be B. +Bn> must not be B. =head1 RETURN VALUE @@ -24,7 +24,7 @@ The size in bytes. =head1 SEE ALSO -rsa(3) +L =head1 HISTORY