diff options
| author | 2023-12-28 06:40:07 -0600 | |
|---|---|---|
| committer | 2023-12-28 06:40:07 -0600 | |
| commit | cfe01c9f8b7ac0d82e694323b60fc172e0c35a48 (patch) | |
| tree | 6f02144b38fcb2a4c5116e412f9ed4b0cc711728 /src/digest/sha1.c | |
| parent | add cheap SHA1 implementation (diff) | |
[wip] version stuff
Diffstat (limited to 'src/digest/sha1.c')
| -rw-r--r-- | src/digest/sha1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/digest/sha1.c b/src/digest/sha1.c index 6601961..e563abb 100644 --- a/src/digest/sha1.c +++ b/src/digest/sha1.c @@ -215,7 +215,7 @@ int l2_sha1__hex_to_uint32(const char *in, uint32_t *out) return 0; } -#if 0 +#if L2_SHA1_STANDALONE_TEST int main(int argc, char **argv) { if (argc < 2) return 1; |
