doc/man3: reformat the function prototypes in the synopses
[openssl.git] / doc / man3 / RSA_public_encrypt.pod
index 2f78c274847f18e659a745bb9ce945fdc45266f9..a495ecdf76a0bb800860ed3b885c2026f732f8ac 100644 (file)
@@ -9,10 +9,10 @@ RSA_public_encrypt, RSA_private_decrypt - RSA public key cryptography
  #include <openssl/rsa.h>
 
  int RSA_public_encrypt(int flen, unsigned char *from,
-    unsigned char *to, RSA *rsa, int padding);
+                        unsigned char *to, RSA *rsa, int padding);
 
  int RSA_private_decrypt(int flen, unsigned char *from,
-     unsigned char *to, RSA *rsa, int padding);
+                         unsigned char *to, RSA *rsa, int padding);
 
 =head1 DESCRIPTION
 
@@ -73,7 +73,7 @@ SSL, PKCS #1 v2.0
 
 =head1 SEE ALSO
 
-L<ERR_get_error(3)>, L<rand(3)>,
+L<ERR_get_error(3)>, L<RAND_bytes(3)>,
 L<RSA_size(3)>
 
 =head1 COPYRIGHT