Create a persistent umac128.c source file: #define the output size and
authornaddy <naddy@openbsd.org>
Tue, 12 Dec 2017 15:06:12 +0000 (15:06 +0000)
committernaddy <naddy@openbsd.org>
Tue, 12 Dec 2017 15:06:12 +0000 (15:06 +0000)
commita3ef2fce0b740075bab6873e3b2281ed6699e2b5
treeca52c2eb531ec557b40918524f880fa5c05a4231
parent49a206bde5df359bedba72463ee921a954120ece
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@
usr.bin/ssh/ssh-keyscan/Makefile
usr.bin/ssh/ssh-keysign/Makefile
usr.bin/ssh/ssh/Makefile
usr.bin/ssh/sshd/Makefile
usr.bin/ssh/umac.c
usr.bin/ssh/umac128.c [new file with mode: 0644]