Fix some whitespace issues

This commit is contained in:
Manuel Pégourié-Gonnard 2018-06-04 12:30:04 +02:00
parent e533b22153
commit 9c82e2ce49
2 changed files with 2 additions and 3 deletions

View File

@ -209,7 +209,6 @@ test_suite_hmac_drbg.pr.c : suites/test_suite_hmac_drbg.function suites/test_sui
echo " Gen $@"
perl scripts/generate_code.pl suites $* $*
test_suite_aes.ecb$(EXEXT): test_suite_aes.ecb.c $(DEP)
echo " CC $<"
$(CC) $(LOCAL_CFLAGS) $(CFLAGS) $< $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@