tests/sha1: fixed indentation

This commit is contained in:
Dmitry Podgorny
2016-04-13 12:40:42 +00:00
parent 3aafeef215
commit 6d70bf4b0d

View File

@@ -73,7 +73,7 @@ int main(int argc, char** argv)
fprintf(stdout, "* original string was changed by SHA1\n"); fprintf(stdout, "* original string was changed by SHA1\n");
return (1); return (1);
} }
free(copy); free(copy);
} }
/* million 'a' vector we feed separately */ /* million 'a' vector we feed separately */
crypto_SHA1_Init(&context); crypto_SHA1_Init(&context);