diff options
Diffstat (limited to 'usr.bin/ssh/Makefile.inc')
-rw-r--r-- | usr.bin/ssh/Makefile.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/ssh/Makefile.inc b/usr.bin/ssh/Makefile.inc index dc8e78d2b22..f5ea22530fa 100644 --- a/usr.bin/ssh/Makefile.inc +++ b/usr.bin/ssh/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.87 2021/01/09 11:58:50 dtucker Exp $ +# $OpenBSD: Makefile.inc,v 1.88 2023/01/15 23:05:32 djm Exp $ .include <bsd.own.mk> @@ -94,11 +94,7 @@ SRCS_KEY+= cipher-chachapoly.c SRCS_KEY+= ssh-ed25519.c SRCS_KEY+= ssh-ed25519-sk.c # ed25519, from supercop -SRCS_KEY+= sc25519.c -SRCS_KEY+= ge25519.c -SRCS_KEY+= fe25519.c SRCS_KEY+= ed25519.c -SRCS_KEY+= verify.c SRCS_KEY+= hash.c SRCS_KEYP+= authfile.c |