update docs with descriptions and deprecation
[openssl.git] / doc / crypto / sha.pod
index 3dee43f2b099965c7d58022770cbe1fce7a20498..f3565bb2f4809842f66fa36850fabaacfd7cb34a 100644 (file)
@@ -81,7 +81,7 @@ used only when backward compatibility is required.
 =head1 RETURN VALUES
 
 SHA1(), SHA224(), SHA256(), SHA384() and SHA512() return a pointer to the hash
-value. 
+value.
 
 SHA1_Init(), SHA1_Update() and SHA1_Final() and equivalent SHA224, SHA256,
 SHA384 and SHA512 functions return 1 for success, 0 otherwise.
@@ -96,8 +96,6 @@ ANSI X9.30
 
 L<EVP_DigestInit(3)>
 
-=cut
-
 =head1 COPYRIGHT
 
 Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.