Correct one link.
authorRichard Levitte <levitte@openssl.org>
Tue, 1 Feb 2000 12:03:47 +0000 (12:03 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 1 Feb 2000 12:03:47 +0000 (12:03 +0000)
doc/crypto/RSA_sign.pod

index 08f0fe7068303dd15b0c722d46a896e5356879fc..b0d374f12fd1f014d6e7a5b8cd734578210a2675 100644 (file)
@@ -22,8 +22,8 @@ signature in B<sigret> and the signature size in B<siglen>. B<sigret>
 must point to B<RSA_size(rsa)> bytes of memory.
 
 B<type> denotes the message digest algorithm that was used to generate
-B<m>. It usually is one of B<NID_sha1>, B<NID_ripemd160> and
-B<NID_md5>; see L<objects(3)> for details. If B<type> is B<NID_md5_sha1>,
+B<m>. It usually is one of B<NID_sha1>, B<NID_ripemd160> and B<NID_md5>;
+see L<objects(3)|objects(3)> for details. If B<type> is B<NID_md5_sha1>,
 an SSL signature (MD5 and SHA1 message digests with PKCS #1 padding
 and no algorithm identifier) is created.