]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Map umac_ctx struct name too.
authorDarren Tucker <dtucker@zip.com.au>
Fri, 15 Jul 2016 02:56:39 +0000 (12:56 +1000)
committerDarren Tucker <dtucker@zip.com.au>
Fri, 15 Jul 2016 04:19:24 +0000 (14:19 +1000)
Prevents size mismatch linker warnings on Solaris 11.

Makefile.in

index 141608bdb8d31736a156fae99fb6b78a510485cf..7f804f5b72659c5f25085f60e7ddb13da52027d0 100644 (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