This commit is contained in:
Ulf Möller
2000-02-25 16:00:24 +00:00
parent dbe7113308
commit d52c973498
6 changed files with 16 additions and 10 deletions

View File

@@ -51,7 +51,8 @@ for MD2_DIGEST_LENGTH == 16 bytes of output, and erases the B<MD2_CTX>.
MD5_Init(), MD5_Update() and MD5_Final() are analogous using an
B<MD5_CTX> structure.
Applications should use the higher level functions EVP_DigestInit(3)
Applications should use the higher level functions
L<EVP_DigestInit(3)|EVP_DigestInit(3)>
etc. instead of calling the hash functions directly.
=head1 NOTE