summaryrefslogtreecommitdiff
path: root/lib/sha512.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sha512.h')
-rw-r--r--lib/sha512.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sha512.h b/lib/sha512.h
index 8a540bff85..e15afe996e 100644
--- a/lib/sha512.h
+++ b/lib/sha512.h
@@ -96,6 +96,7 @@ extern void *sha384_buffer (const char *buffer, size_t len,
void *restrict resblock);
# endif
+
/* Compute SHA512 (SHA384) message digest for bytes read from STREAM.
STREAM is an open file stream. Regular files are handled more efficiently.
The contents of STREAM from its current position to its end will be read.