Map umac_ctx struct name too.

Prevents size mismatch linker warnings on Solaris 11.
This commit is contained in:
Darren Tucker 2016-07-15 12:56:39 +10:00
parent 283b97ff33
commit 5c02dd1262
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ umac128.o: umac.c
$(CC) $(CFLAGS) $(CPPFLAGS) -o umac128.o -c $(srcdir)/umac.c \
-DUMAC_OUTPUT_LEN=16 -Dumac_new=umac128_new \
-Dumac_update=umac128_update -Dumac_final=umac128_final \
-Dumac_delete=umac128_delete
-Dumac_delete=umac128_delete -Dumac_ctx=umac128_ctx
clean: regressclean
rm -f *.o *.a $(TARGETS) logintest config.cache config.log