test/Makefile: allow emulated test (e.g. under wine).
[openssl.git] / doc / crypto / RSA_size.pod
index d625925dc14ca9368adb56563d49fe102cf87cf4..5b7f835f95d6dc01ecb6c5419761985d6eded98d 100644 (file)
@@ -2,13 +2,13 @@
 
 =head1 NAME
 
-RSA_size - Get RSA modulus size
+RSA_size - get RSA modulus size
 
 =head1 SYNOPSIS
 
  #include <openssl/rsa.h>
 
- int RSA_size(RSA *rsa);
+ int RSA_size(const RSA *rsa);
 
 =head1 DESCRIPTION
 
@@ -24,7 +24,7 @@ The size in bytes.
 
 =head1 SEE ALSO
 
-rsa(3)
+L<rsa(3)|rsa(3)>
 
 =head1 HISTORY