]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/crypto/RSA_size.pod
Document the DH library, and make some minor changes along the way.
[thirdparty/openssl.git] / doc / crypto / RSA_size.pod
index 9af1c40f1a49170d9a6a1f6a311bbd31722f7e16..d625925dc14ca9368adb56563d49fe102cf87cf4 100644 (file)
@@ -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.
 
-B<rsa->n> must not be B<NULL>.
+B<rsa-E<gt>n> must not be B<NULL>.
 
 =head1 RETURN VALUE