summaryrefslogtreecommitdiff
path: root/lib/sha256.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sha256.h')
-rw-r--r--lib/sha256.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sha256.h b/lib/sha256.h
index 31d788b88e..e09b3de807 100644
--- a/lib/sha256.h
+++ b/lib/sha256.h
@@ -93,6 +93,7 @@ extern void *sha224_buffer (const char *buffer, size_t len,
void *restrict resblock);
# endif
+
/* Compute SHA256 (SHA224) 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.