aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libssh
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-02-06 21:54:56 +0000
committerEd Maste <emaste@FreeBSD.org>2023-02-06 21:54:56 +0000
commitf374ba41f55c1a127303d92d830dd58eef2f5243 (patch)
tree18ee9068358dfbd3560cc2c474a3ec6fa248b105 /secure/lib/libssh
parent70efe1a2fe13642732e56c7f040fe63f62bc6a6b (diff)
parent7ee81174ca89a92a4c1686170d433dae500ae144 (diff)
Diffstat (limited to 'secure/lib/libssh')
-rw-r--r--secure/lib/libssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index ee0cdf6dfa24..2b1a76f185f8 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -22,7 +22,7 @@ SRCS+= authfd.c authfile.c \
ssh-pkcs11.c smult_curve25519_ref.c \
poly1305.c chacha.c cipher-chachapoly.c cipher-chachapoly-libcrypto.c \
ssh-ed25519.c digest-openssl.c digest-libc.c \
- hmac.c sc25519.c ge25519.c fe25519.c ed25519.c verify.c hash.c \
+ hmac.c ed25519.c hash.c \
kex.c kexdh.c kexgex.c kexecdh.c kexc25519.c \
kexgexc.c kexgexs.c \
kexsntrup761x25519.c sntrup761.c kexgen.c \