From 6c2c3e9ba9146ef8c9b1fd2b660357b657706969 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 27 Jan 2000 20:11:26 +0000 Subject: [PATCH] Update all links so they will be rendered better. --- doc/c-indentation.el | 11 ++++++++++- doc/crypto/BN_mod_mul_montgomery.pod | 7 ++++--- doc/crypto/DSA_get_ex_new_index.pod | 2 +- doc/crypto/SHA1.pod | 2 +- doc/crypto/SHA1_Init.pod | 4 ++-- doc/crypto/dsa.pod | 8 +++++--- doc/crypto/sha.pod | 2 +- 7 files changed, 24 insertions(+), 12 deletions(-) diff --git a/doc/c-indentation.el b/doc/c-indentation.el index 9a4a0be598..9111450915 100644 --- a/doc/c-indentation.el +++ b/doc/c-indentation.el @@ -26,11 +26,20 @@ (c-hanging-braces-alist) (c-offsets-alist . ((defun-open . +) (defun-block-intro . 0) + (class-open . +) + (class-close . +) (block-open . 0) + (block-close . 0) (substatement-open . +) + (statement . 0) (statement-block-intro . 0) (statement-case-open . +) (statement-case-intro . +) (case-label . -) (label . -) - (arglist-cont-nonempty . +))))) + (arglist-cont-nonempty . +) + (topmost-intro . -) + (brace-list-close . +) + (brace-list-intro . +) + )))) + diff --git a/doc/crypto/BN_mod_mul_montgomery.pod b/doc/crypto/BN_mod_mul_montgomery.pod index 0b8eb43459..f237f7264e 100644 --- a/doc/crypto/BN_mod_mul_montgomery.pod +++ b/doc/crypto/BN_mod_mul_montgomery.pod @@ -29,7 +29,7 @@ BN_from_montgomery, BN_to_montgomery - Montgomery multiplication =head1 DESCRIPTION These functions implement Montgomery multiplication. They are used -automatically when BN_mod_exp(3) is called with suitable input, +automatically when L is called with suitable input, but they may be useful when several operations are to be performed using the same modulus. @@ -78,11 +78,12 @@ on error. BN_MONT_CTX_init() and BN_MONT_CTX_free() have no return values. For the other functions, 1 is returned for success, 0 on error. -The error codes can be obtained by ERR_get_error(3). +The error codes can be obtained by L. =head1 SEE ALSO -bn(3), err(3), BN_add(3), BN_CTX_new(3) +L, L, L, +L =head1 HISTORY diff --git a/doc/crypto/DSA_get_ex_new_index.pod b/doc/crypto/DSA_get_ex_new_index.pod index 0854567633..de800ff0db 100644 --- a/doc/crypto/DSA_get_ex_new_index.pod +++ b/doc/crypto/DSA_get_ex_new_index.pod @@ -26,7 +26,7 @@ as described in L. =head1 SEE ALSO -L, L +L, L =head1 HISTORY diff --git a/doc/crypto/SHA1.pod b/doc/crypto/SHA1.pod index 30fc6c9ec1..aebcec495c 100644 --- a/doc/crypto/SHA1.pod +++ b/doc/crypto/SHA1.pod @@ -31,6 +31,6 @@ SHA1() is available in all versions of SSLeay and OpenSSL. =head1 SEE ALSO -sha(3), ripemd(3), SHA1_Init(3) +L, L, L =cut diff --git a/doc/crypto/SHA1_Init.pod b/doc/crypto/SHA1_Init.pod index 258f189b9f..e7abb5714c 100644 --- a/doc/crypto/SHA1_Init.pod +++ b/doc/crypto/SHA1_Init.pod @@ -23,7 +23,7 @@ be hashed (B bytes at B). SHA1_Final() places the message digest in B, which must have space for SHA_DIGEST_LENGTH == 20 bytes of output, and erases the B. -When the entire message is available at one time, L +When the entire message is available at one time, L can be used. =head1 RETURN VALUES @@ -37,6 +37,6 @@ versions of SSLeay and OpenSSL. =head1 SEE ALSO -sha(3), ripemd(3), SHA1(3) +L, L, L =cut diff --git a/doc/crypto/dsa.pod b/doc/crypto/dsa.pod index f0abfc0e06..2754bb62e3 100644 --- a/doc/crypto/dsa.pod +++ b/doc/crypto/dsa.pod @@ -64,9 +64,10 @@ dsa - Digital Signature Algorithm These functions implement the Digital Signature Algorithm (DSA). The generation of shared DSA parameters is described in -L; L describes how to +L; +L describes how to generate a signature key. Signature generation and verification are -described in L. +described in L. The B structure consists of several BIGNUM components. @@ -90,6 +91,7 @@ Standard, DSS), ANSI X9.30 =head1 SEE ALSO -bn(3), dh(3), err(3), rand(3), rsa(3), sha(3) +L, L, L, L, +L, L =cut diff --git a/doc/crypto/sha.pod b/doc/crypto/sha.pod index 65852568a3..c1d40e97dc 100644 --- a/doc/crypto/sha.pod +++ b/doc/crypto/sha.pod @@ -31,6 +31,6 @@ Standard), ANSI X9.30 =head1 SEE ALSO -ripemd(3), SHA1(3), SHA1_Init(3) +L, L, L =cut -- 2.25.1