New functions and option to use NEW in certificate requests.
[openssl.git] / doc / crypto / BN_mod_inverse.pod
index 305d77cd85cd5238f72bad5bf85884d120094ffd..9f3889f8a6d7332fdf2cd83dba5c5ce9bbdfc5a5 100644 (file)
@@ -22,11 +22,11 @@ variables. B<r> may be the same B<BIGNUM> as B<a> or B<n>.
 =head1 RETURN VALUES
 
 BN_mod_inverse() returns the B<BIGNUM> containing the inverse, and
-NULL on error. The error codes can be obtained by ERR_get_error(3).
+NULL on error. The error codes can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>.
 
 =head1 SEE ALSO
 
-bn(3), err(3), BN_add(3)
+L<bn(3)|bn(3)>, L<err(3)|err(3)>, L<BN_add(3)|BN_add(3)>
 
 =head1 HISTORY