summaryrefslogtreecommitdiffstats
path: root/doc/crypto/RSA_size.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-01-22 20:05:23 +0000
committerUlf Möller <ulf@openssl.org>2000-01-22 20:05:23 +0000
commit4486d0cd7a715aed7ca3728aa24413d91666bb68 (patch)
tree36342c32d8bd73c31ea5e3d33e9ee7796bab873c /doc/crypto/RSA_size.pod
parent09483c58e3b21841d2761ce90b1f12b24f814881 (diff)
Document the DH library, and make some minor changes along the way.
Diffstat (limited to 'doc/crypto/RSA_size.pod')
-rw-r--r--doc/crypto/RSA_size.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/RSA_size.pod b/doc/crypto/RSA_size.pod
index 9af1c40f1a..d625925dc1 100644
--- a/doc/crypto/RSA_size.pod
+++ b/doc/crypto/RSA_size.pod
@@ -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