summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/sha1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/sha1.cpp')
-rw-r--r--src/lib/util/sha1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/sha1.cpp b/src/lib/util/sha1.cpp
index 32247510190..700c691622e 100644
--- a/src/lib/util/sha1.cpp
+++ b/src/lib/util/sha1.cpp
@@ -373,7 +373,7 @@ sha1_final(struct sha1_ctx *ctx)
if (words > (SHA1_DATA_LENGTH-2))
{ /* No room for length in this block. Process it and
- * pad with another one */
+ * pad with another one */
for (i = words ; i < SHA1_DATA_LENGTH; i++)
data[i] = 0;
sha1_transform(ctx->digest, data);