summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/RSA_new.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/RSA_new.pod')
-rw-r--r--src/lib/libcrypto/doc/RSA_new.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/doc/RSA_new.pod b/src/lib/libcrypto/doc/RSA_new.pod
index 3d15b92824..41e5e60340 100644
--- a/src/lib/libcrypto/doc/RSA_new.pod
+++ b/src/lib/libcrypto/doc/RSA_new.pod
@@ -22,9 +22,9 @@ erased before the memory is returned to the system.
22 22
23=head1 RETURN VALUES 23=head1 RETURN VALUES
24 24
25If the allocation fails, RSA_new() returns B<NULL> and sets an error 25If the allocation fails, RSA_new() returns B<NULL> and sets an error code that
26code that can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. Otherwise it returns 26can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. Otherwise it returns a
27a pointer to the newly allocated structure. 27pointer to the newly allocated structure.
28 28
29RSA_free() returns no value. 29RSA_free() returns no value.
30 30