summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2016-07-15 12:56:39 +1000
committerDarren Tucker <dtucker@zip.com.au>2016-07-15 14:19:24 +1000
commit5c02dd126206a26785379e80f2d3848e4470b711 (patch)
treea4ef0521f79c4fa9d4b8fde96c882b3aaaa6765a
parent283b97ff33ea2c641161950849931bd578de6946 (diff)
Map umac_ctx struct name too.
Prevents size mismatch linker warnings on Solaris 11.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 141608bd..7f804f5b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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