RAND_event()
[openssl.git] / doc / crypto / mdc2.pod
index d991a059727ba6967a8556d22883698c230804c9..11dc303e04f4d00cbe0813757a840439a6e40a3e 100644 (file)
@@ -38,15 +38,16 @@ be hashed (B<len> bytes at B<data>).
 MDC2_Final() places the message digest in B<md>, which must have space
 for MDC2_DIGEST_LENGTH == 16 bytes of output, and erases the B<MDC2_CTX>.
 
+Applications should use the higher level functions
+L<EVP_DigestInit(3)|EVP_DigestInit(3)> etc. instead of calling the
+hash functions directly.
+
 =head1 RETURN VALUES
 
 MDC2() returns a pointer to the hash value. 
 
 MDC2_Init(), MDC2_Update() and MDC2_Final() do not return values.
 
-Applications should use the higher level functions EVP_DigestInit(3) etc.
-instead of calling the hash functions directly.
-
 =head1 CONFORMING TO
 
 ISO/IEC 10118-2, with DES