Skip to content

Commit 7339b2e

Browse files
add new in the last
Signed-off-by: Shivshankar-Reddy <[email protected]>
1 parent 9e13084 commit 7339b2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sha1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@ void SHA1Final(unsigned char digest[20], SHA1_CTX* context)
206206
memset(context, '\0', sizeof(*context));
207207
memset(&finalcount, '\0', sizeof(finalcount));
208208
}
209-
/* ================ end of sha1.c ================ */
209+
/* ================ end of sha1.c ================ */

src/unit/test_sha1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ int test_sha1(int argc, char **argv, int flags)
2626
printf("%02x", hash[i]);
2727
printf("\n");
2828
return 0;
29-
}
29+
}

0 commit comments

Comments
 (0)