Allow for bn(64,32) on LP64 platforms.
[openssl.git] / doc / crypto / RSA_generate_key.pod
index 8714f7179d65e1b9d4f05ab2646d741c333ca5e8..52dbb14a537debb5e727a5a03d520f6c60080f01 100644 (file)
@@ -59,7 +59,8 @@ RSA_generate_key() goes into an infinite loop for illegal input values.
 
 =head1 SEE ALSO
 
-L<err(3)|err(3)>, L<rand(3)|rand(3)>, L<rsa(3)|rsa(3)>, L<RSA_free(3)|RSA_free(3)>
+L<ERR_get_error(3)|ERR_get_error(3)>, L<rand(3)|rand(3)>, L<rsa(3)|rsa(3)>,
+L<RSA_free(3)|RSA_free(3)>
 
 =head1 HISTORY