diff options
author | 2015-11-12 01:07:50 +0000 | |
---|---|---|
committer | 2015-11-12 01:07:50 +0000 | |
commit | 905d107050751282ea74bb24b80d9c3b6bceb6c9 (patch) | |
tree | c70c3477dc005bab436839cec06b5e09bc35fd68 /lib/libssl/src | |
parent | Convert the handful of manuals that had imaginary names, (diff) | |
download | wireguard-openbsd-905d107050751282ea74bb24b80d9c3b6bceb6c9.tar.xz wireguard-openbsd-905d107050751282ea74bb24b80d9c3b6bceb6c9.zip |
update cross references after deleting the imaginary MLINKS
bn_internal(3) and lhash(3)
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/doc/crypto/bn.pod | 2 | ||||
-rw-r--r-- | lib/libssl/src/doc/crypto/lh_stats.pod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/doc/crypto/bn.pod b/lib/libssl/src/doc/crypto/bn.pod index 4a3f24ba307..b3ad63320a1 100644 --- a/lib/libssl/src/doc/crypto/bn.pod +++ b/lib/libssl/src/doc/crypto/bn.pod @@ -166,7 +166,7 @@ of B<BIGNUM>s to external formats is described in L<BN_bn2bin(3)|BN_bn2bin(3)>. =head1 SEE ALSO -L<bn_internal(3)|bn_internal(3)>, L<dh(3)|dh(3)>, L<err(3)|err(3)>, +L<bn_dump(3)|bn_dump(3)>, L<dh(3)|dh(3)>, L<err(3)|err(3)>, L<rand(3)|rand(3)>, L<rsa(3)|rsa(3)>, L<BN_new(3)|BN_new(3)>, L<BN_CTX_new(3)|BN_CTX_new(3)>, L<BN_copy(3)|BN_copy(3)>, L<BN_swap(3)|BN_swap(3)>, L<BN_num_bytes(3)|BN_num_bytes(3)>, diff --git a/lib/libssl/src/doc/crypto/lh_stats.pod b/lib/libssl/src/doc/crypto/lh_stats.pod index 3eeaa72e525..15f97b55455 100644 --- a/lib/libssl/src/doc/crypto/lh_stats.pod +++ b/lib/libssl/src/doc/crypto/lh_stats.pod @@ -49,7 +49,7 @@ These functions do not return values. =head1 SEE ALSO -L<bio(3)|bio(3)>, L<lhash(3)|lhash(3)> +L<bio(3)|bio(3)>, L<lh_new(3)|lh_new(3)> =head1 HISTORY |