CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/12/12 08:06:12
Modified files:
usr.bin/ssh : umac.c
usr.bin/ssh/ssh: Makefile
usr.bin/ssh/ssh-keyscan: Makefile
usr.bin/ssh/ssh-keysign: Makefile
usr.bin/ssh/sshd: Makefile
Added files:
usr.bin/ssh : umac128.c
Log message:
Create a persistent umac128.c source file: #define the output size and
the name of the entry points for UMAC-128 before including umac.c.
Idea from FreeBSD.
ok dtucker@
