Update all links so they will be rendered better.
[openssl.git] / doc / crypto / RSA_public_encrypt.pod
index a7b51e99cd8ab1a2dd9bc1433ac7fa6f86ef9ac7..b146ad38a8edf575cc647cc9c94701cf046eb820 100644 (file)
@@ -64,7 +64,7 @@ RSA_size(rsa)). RSA_private_decrypt() returns the size of the
 recovered plaintext.
 
 On error, -1 is returned; the error codes can be
-obtained by ERR_get_error(3).
+obtained by L<ERR_get_error(3)|ERR_get_error(3)>.
 
 =head1 CONFORMING TO
 
@@ -72,11 +72,11 @@ SSL, PKCS #1 v2.0
 
 =head1 SEE ALSO
 
-err(3), rand(3), rsa(3), RSA_size(3)
+L<err(3)|err(3)>, L<rand(3)|rand(3)>, L<rsa(3)|rsa(3)>, L<RSA_size(3)|RSA_size(3)>
 
 =head1 NOTES
 
-The RSA_PKCS1_RSAref(3) method supports only the RSA_PKCS1_PADDING mode.
+The L<RSA_PKCS1_RSAref(3)|RSA_PKCS1_RSAref(3)> method supports only the RSA_PKCS1_PADDING mode.
 
 =head1 HISTORY