[openssh-commits] [openssh] 01/01: Map umac_ctx struct name too.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Jul 15 14:20:02 AEST 2016
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 5c02dd126206a26785379e80f2d3848e4470b711
Author: Darren Tucker <dtucker at zip.com.au>
Date: Fri Jul 15 12:56:39 2016 +1000
Map umac_ctx struct name too.
Prevents size mismatch linker warnings on Solaris 11.
---
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index 141608b..7f804f5 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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list