Update all links so they will be rendered better.
authorRichard Levitte <levitte@openssl.org>
Thu, 27 Jan 2000 20:11:26 +0000 (20:11 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 27 Jan 2000 20:11:26 +0000 (20:11 +0000)
doc/c-indentation.el
doc/crypto/BN_mod_mul_montgomery.pod
doc/crypto/DSA_get_ex_new_index.pod
doc/crypto/SHA1.pod
doc/crypto/SHA1_Init.pod
doc/crypto/dsa.pod
doc/crypto/sha.pod

index 9a4a0be598f05226741885f079221f7bb000f5d4..91114509150c682f48c25ea0d3b89f168af98da5 100644 (file)
               (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 . +)
+                                  ))))
+
index 0b8eb43459b2e6f339be3e2de9766a004dccbdf0..f237f7264ed86bd7cd3e37dc1fef5ff46f8b4869 100644 (file)
@@ -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<BN_mod_exp(3)|BN_mod_exp(3)> 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<ERR_get_error(3)|ERR_get_error(3)>.
 
 =head1 SEE ALSO
 
-bn(3), err(3), BN_add(3), BN_CTX_new(3)
+L<bn(3)|bn(3)>, L<err(3)|err(3)>, L<BN_add(3)|BN_add(3)>,
+L<BN_CTX_new(3)|BN_CTX_new(3)>
 
 =head1 HISTORY
 
index 0854567633c4345393f0eeb8399c65abbdf4a814..de800ff0db34d5f593d9a2486d164920ed42e1c0 100644 (file)
@@ -26,7 +26,7 @@ as described in L<RSA_get_ex_new_index(3)>.
 
 =head1 SEE ALSO
 
-L<RSA_get_ex_new_index()|RSA_get_ex_new_index()>, L<dsa(3)|dsa(3)>
+L<RSA_get_ex_new_index(3)|RSA_get_ex_new_index(3)>, L<dsa(3)|dsa(3)>
 
 =head1 HISTORY
 
index 30fc6c9ec1ba24e1c16de6b8dbed1bf1cc72da31..aebcec495c63c579933b1cc93a2793884e571606 100644 (file)
@@ -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<sha(3)|sha(3)>, L<ripemd(3)|ripemd(3)>, L<SHA1_Init(3)|SHA1_Init(3)>
 
 =cut
index 258f189b9fbe06365a5ef6220b5cdfdbfbbd163c..e7abb5714c89e463028b5693927e36e7998e278b 100644 (file)
@@ -23,7 +23,7 @@ be hashed (B<len> bytes at B<data>).
 SHA1_Final() places the message digest in B<md>, which must have space
 for SHA_DIGEST_LENGTH == 20 bytes of output, and erases the B<SHA_CTX>.
 
-When the entire message is available at one time, L<SHA1(3)|SHA(1)>
+When the entire message is available at one time, L<SHA1(3)|SHA(3)>
 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<sha(3)|sha(3)>, L<ripemd(3)|ripemd(3)>, L<SHA1(3)|SHA1(3)>
 
 =cut
index f0abfc0e0609c6b87504c785414134970539a997..2754bb62e3b0df229189d1ed5aeb71e3e0f47e79 100644 (file)
@@ -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<DSA_generate_parameters(3)>; L<DSA_generate_key(3)> describes how to
+L<DSA_generate_parameters(3)|DSA_generate_parameters(3)>;
+L<DSA_generate_key(3)|DSA_generate_key(3)> describes how to
 generate a signature key. Signature generation and verification are
-described in L<DSA_sign(3)>.
+described in L<DSA_sign(3)|DSA_sign(3)>.
 
 The B<DSA> 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<bn(3)|bn(3)>, L<dh(3)|dh(3)>, L<err(3)|err(3)>, L<rand(3)|rand(3)>,
+L<rsa(3)|rsa(3)>, L<sha(3)|sha(3)>
 
 =cut
index 65852568a329c1701db1514305308677422e81e3..c1d40e97dc2e5ed379c6f03006d98b7ce6abd79d 100644 (file)
@@ -31,6 +31,6 @@ Standard), ANSI X9.30
 
 =head1 SEE ALSO
 
-ripemd(3), SHA1(3), SHA1_Init(3)
+L<ripemd(3)|ripemd(3)>, L<SHA1(3)|SHA1(3)>, L<SHA1_Init(3)|SHA1_Init(3)>
 
 =cut