summaryrefslogtreecommitdiffstats
path: root/doc/crypto/RSA_new.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-01-21 17:50:27 +0000
committerUlf Möller <ulf@openssl.org>2000-01-21 17:50:27 +0000
commit60b5245360a70f4b10a6c77aa0bf5ee04b2e7262 (patch)
tree2de908febe44ee615faf54ddd405e163d72c3f63 /doc/crypto/RSA_new.pod
parent5d82c5b3f425b13d9e75db8b21db92a8cf22159b (diff)
Document RAND library.
Diffstat (limited to 'doc/crypto/RSA_new.pod')
-rw-r--r--doc/crypto/RSA_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/RSA_new.pod b/doc/crypto/RSA_new.pod
index a5df37777f..95e44c73fa 100644
--- a/doc/crypto/RSA_new.pod
+++ b/doc/crypto/RSA_new.pod
@@ -17,7 +17,7 @@ RSA_new, RSA_free - allocate and free RSA objects
RSA_new() allocates and initializes an B<RSA> structure.
RSA_free() frees the B<RSA> structure and its components. The key is
-erased before the memory is erased returned to the system.
+erased before the memory is returned to the system.
=head1 RETURN VALUES