diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2019-01-21 10:38:55 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2019-01-21 10:38:55 +0000 |
commit | bd46b8a13e880c9f1b260b0f643f445dc574e743 (patch) | |
tree | e4c681305fec83b42437bd71897eb192c6713c88 /usr.bin/ssh/Makefile.inc | |
parent | 5121730439122462617a4dd86c71328de6e2ff10 (diff) |
merge kexkem[cs] into kexgen
from markus@ ok djm@
Diffstat (limited to 'usr.bin/ssh/Makefile.inc')
-rw-r--r-- | usr.bin/ssh/Makefile.inc | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr.bin/ssh/Makefile.inc b/usr.bin/ssh/Makefile.inc index 976c8289ccf..a2469557fb3 100644 --- a/usr.bin/ssh/Makefile.inc +++ b/usr.bin/ssh/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.65 2019/01/21 10:29:56 djm Exp $ +# $OpenBSD: Makefile.inc,v 1.66 2019/01/21 10:38:54 djm Exp $ .include <bsd.own.mk> @@ -54,6 +54,9 @@ SRCS_KEXS+= kexgexs.c .endif SRCS_KEX+= kexc25519.c SRCS_KEX+= smult_curve25519_ref.c +SRCS_KEX+= kexgen.c +SRCS_KEX+= kexsntrup4591761x25519.c +SRCS_KEX+= sntrup4591761.c SRCS_KEY+= sshkey.c SRCS_KEY+= sshbuf-misc.c @@ -122,9 +125,4 @@ SRCS_KEY+= xmss_hash_address.c SRCS_KEY+= xmss_wots.c .endif -SRCS_KEX+= sntrup4591761.c -SRCS_KEX+= kexsntrup4591761x25519.c -SRCS_KEXC+= kexkemc.c -SRCS_KEXS+= kexkems.c - .include <bsd.obj.mk> |