X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fopenssl%2Fdoc%2Fcrypto%2FMD5.pod;fp=lib%2Fopenssl%2Fdoc%2Fcrypto%2Fmd5.pod;h=78da750796eb586030104286c7f8b24a06d43b4e;hb=02ed66432c92de70694700164f986190aad3cbc5;hp=d11d5c32cbf3100e3e03cd0182c68d0f26739322;hpb=89016837dcbf2775cd15dc8cbaba00dc6379f86e;p=cassiopeia.git diff --git a/lib/openssl/doc/crypto/md5.pod b/lib/openssl/doc/crypto/MD5.pod similarity index 85% rename from lib/openssl/doc/crypto/md5.pod rename to lib/openssl/doc/crypto/MD5.pod index d11d5c3..78da750 100644 --- a/lib/openssl/doc/crypto/md5.pod +++ b/lib/openssl/doc/crypto/MD5.pod @@ -64,7 +64,7 @@ MD4_Init(), MD4_Update(), MD4_Final(), MD5_Init(), MD5_Update(), and MD5_Final() are analogous using an B and B structure. Applications should use the higher level functions -L +L etc. instead of calling the hash functions directly. =head1 NOTE @@ -75,7 +75,7 @@ preferred. =head1 RETURN VALUES -MD2(), MD4(), and MD5() return pointers to the hash value. +MD2(), MD4(), and MD5() return pointers to the hash value. MD2_Init(), MD2_Update(), MD2_Final(), MD4_Init(), MD4_Update(), MD4_Final(), MD5_Init(), MD5_Update(), and MD5_Final() return 1 for @@ -87,15 +87,15 @@ RFC 1319, RFC 1320, RFC 1321 =head1 SEE ALSO -L, L, L +L -=head1 HISTORY +=head1 COPYRIGHT -MD2(), MD2_Init(), MD2_Update() MD2_Final(), MD5(), MD5_Init(), -MD5_Update() and MD5_Final() are available in all versions of SSLeay -and OpenSSL. +Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. -MD4(), MD4_Init(), and MD4_Update() are available in OpenSSL 0.9.6 and -above. +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +L. =cut