summaryrefslogtreecommitdiff
path: root/lib/libssl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl')
-rw-r--r--lib/libssl/src/doc/crypto/BN_swap.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libssl/src/doc/crypto/BN_swap.pod b/lib/libssl/src/doc/crypto/BN_swap.pod
index 79efaa14463..14097ca3576 100644
--- a/lib/libssl/src/doc/crypto/BN_swap.pod
+++ b/lib/libssl/src/doc/crypto/BN_swap.pod
@@ -14,6 +14,8 @@ BN_swap - exchange BIGNUMs
BN_swap() exchanges the values of I<a> and I<b>.
+=head1 SEE ALSO
+
L<bn(3)|bn(3)>
=head1 HISTORY