From: Darren Tucker Date: Fri, 15 Jul 2016 02:56:39 +0000 (+1000) Subject: Map umac_ctx struct name too. X-Git-Tag: V_7_3_P1~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c02dd126206a26785379e80f2d3848e4470b711;p=thirdparty%2Fopenssh-portable.git Map umac_ctx struct name too. Prevents size mismatch linker warnings on Solaris 11. --- diff --git a/Makefile.in b/Makefile.in index 141608bdb..7f804f5b7 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