diff options
author | schwarze <> | 2015-11-12 01:07:50 +0000 |
---|---|---|
committer | schwarze <> | 2015-11-12 01:07:50 +0000 |
commit | 1a083aebd99362126c87c4fcc1d8aa7fb2580f64 (patch) | |
tree | 423f74eb2022c4d6a6555e02e4012498c6027d87 /src/lib | |
parent | d87f13d29bdce02ae37ef5da3fb9e0227724e57b (diff) | |
download | openbsd-1a083aebd99362126c87c4fcc1d8aa7fb2580f64.tar.gz openbsd-1a083aebd99362126c87c4fcc1d8aa7fb2580f64.tar.bz2 openbsd-1a083aebd99362126c87c4fcc1d8aa7fb2580f64.zip |
update cross references after deleting the imaginary MLINKS
bn_internal(3) and lhash(3)
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/doc/bn.pod | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/doc/lh_stats.pod | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/man/crypto.3 | 4 | ||||
-rw-r--r-- | src/lib/libssl/src/doc/crypto/bn.pod | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/doc/crypto/lh_stats.pod | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/doc/bn.pod b/src/lib/libcrypto/doc/bn.pod index 4a3f24ba30..b3ad63320a 100644 --- a/src/lib/libcrypto/doc/bn.pod +++ b/src/lib/libcrypto/doc/bn.pod | |||
@@ -166,7 +166,7 @@ of B<BIGNUM>s to external formats is described in L<BN_bn2bin(3)|BN_bn2bin(3)>. | |||
166 | 166 | ||
167 | =head1 SEE ALSO | 167 | =head1 SEE ALSO |
168 | 168 | ||
169 | L<bn_internal(3)|bn_internal(3)>, L<dh(3)|dh(3)>, L<err(3)|err(3)>, | 169 | L<bn_dump(3)|bn_dump(3)>, L<dh(3)|dh(3)>, L<err(3)|err(3)>, |
170 | L<rand(3)|rand(3)>, L<rsa(3)|rsa(3)>, L<BN_new(3)|BN_new(3)>, | 170 | L<rand(3)|rand(3)>, L<rsa(3)|rsa(3)>, L<BN_new(3)|BN_new(3)>, |
171 | L<BN_CTX_new(3)|BN_CTX_new(3)>, L<BN_copy(3)|BN_copy(3)>, | 171 | L<BN_CTX_new(3)|BN_CTX_new(3)>, L<BN_copy(3)|BN_copy(3)>, |
172 | L<BN_swap(3)|BN_swap(3)>, L<BN_num_bytes(3)|BN_num_bytes(3)>, | 172 | L<BN_swap(3)|BN_swap(3)>, L<BN_num_bytes(3)|BN_num_bytes(3)>, |
diff --git a/src/lib/libcrypto/doc/lh_stats.pod b/src/lib/libcrypto/doc/lh_stats.pod index 3eeaa72e52..15f97b5545 100644 --- a/src/lib/libcrypto/doc/lh_stats.pod +++ b/src/lib/libcrypto/doc/lh_stats.pod | |||
@@ -49,7 +49,7 @@ These functions do not return values. | |||
49 | 49 | ||
50 | =head1 SEE ALSO | 50 | =head1 SEE ALSO |
51 | 51 | ||
52 | L<bio(3)|bio(3)>, L<lhash(3)|lhash(3)> | 52 | L<bio(3)|bio(3)>, L<lh_new(3)|lh_new(3)> |
53 | 53 | ||
54 | =head1 HISTORY | 54 | =head1 HISTORY |
55 | 55 | ||
diff --git a/src/lib/libcrypto/man/crypto.3 b/src/lib/libcrypto/man/crypto.3 index 24d4ed1979..1454e36e61 100644 --- a/src/lib/libcrypto/man/crypto.3 +++ b/src/lib/libcrypto/man/crypto.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .Dd $Mdocdate: November 11 2015 $ | 1 | .Dd $Mdocdate: November 12 2015 $ |
2 | .Dt CRYPTO 3 | 2 | .Dt CRYPTO 3 |
3 | .Os | 3 | .Os |
4 | .Sh NAME | 4 | .Sh NAME |
@@ -57,7 +57,7 @@ pkcs12 | |||
57 | .Xr bn 3 , | 57 | .Xr bn 3 , |
58 | .Xr buffer 3 , | 58 | .Xr buffer 3 , |
59 | .Xr ec 3 , | 59 | .Xr ec 3 , |
60 | .Xr lhash 3 , | 60 | .Xr lh_new 3 , |
61 | objects, | 61 | objects, |
62 | stack, | 62 | stack, |
63 | txt_db | 63 | txt_db |
diff --git a/src/lib/libssl/src/doc/crypto/bn.pod b/src/lib/libssl/src/doc/crypto/bn.pod index 4a3f24ba30..b3ad63320a 100644 --- a/src/lib/libssl/src/doc/crypto/bn.pod +++ b/src/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)>. | |||
166 | 166 | ||
167 | =head1 SEE ALSO | 167 | =head1 SEE ALSO |
168 | 168 | ||
169 | L<bn_internal(3)|bn_internal(3)>, L<dh(3)|dh(3)>, L<err(3)|err(3)>, | 169 | L<bn_dump(3)|bn_dump(3)>, L<dh(3)|dh(3)>, L<err(3)|err(3)>, |
170 | L<rand(3)|rand(3)>, L<rsa(3)|rsa(3)>, L<BN_new(3)|BN_new(3)>, | 170 | L<rand(3)|rand(3)>, L<rsa(3)|rsa(3)>, L<BN_new(3)|BN_new(3)>, |
171 | L<BN_CTX_new(3)|BN_CTX_new(3)>, L<BN_copy(3)|BN_copy(3)>, | 171 | L<BN_CTX_new(3)|BN_CTX_new(3)>, L<BN_copy(3)|BN_copy(3)>, |
172 | L<BN_swap(3)|BN_swap(3)>, L<BN_num_bytes(3)|BN_num_bytes(3)>, | 172 | L<BN_swap(3)|BN_swap(3)>, L<BN_num_bytes(3)|BN_num_bytes(3)>, |
diff --git a/src/lib/libssl/src/doc/crypto/lh_stats.pod b/src/lib/libssl/src/doc/crypto/lh_stats.pod index 3eeaa72e52..15f97b5545 100644 --- a/src/lib/libssl/src/doc/crypto/lh_stats.pod +++ b/src/lib/libssl/src/doc/crypto/lh_stats.pod | |||
@@ -49,7 +49,7 @@ These functions do not return values. | |||
49 | 49 | ||
50 | =head1 SEE ALSO | 50 | =head1 SEE ALSO |
51 | 51 | ||
52 | L<bio(3)|bio(3)>, L<lhash(3)|lhash(3)> | 52 | L<bio(3)|bio(3)>, L<lh_new(3)|lh_new(3)> |
53 | 53 | ||
54 | =head1 HISTORY | 54 | =head1 HISTORY |
55 | 55 | ||