Update test.c: fix typo 'SHA_TEST' --> "TEST_SHA'

pull/49/head
Wang Kang 2017-02-09 15:12:29 +08:00 zatwierdzone przez GitHub
rodzic 6fe777847c
commit 46c3899ea3
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)