Merge pull request #49 from scateu/patch-1

Update test.c: fix typo 'SHA_TEST' --> "TEST_SHA'
pull/55/head
Conor Patrick 2017-02-10 16:15:02 -05:00 zatwierdzone przez GitHub
commit 1d38333171
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -301,7 +301,7 @@ void run_tests()
{
int rc;
#ifdef SHA_TEST
#ifdef TEST_SHA
PRINT("--- STARTING SHA TEST ---\r\n");
rc = test_sha();
if (rc == 0)