aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libssh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libssh/Makefile')
-rw-r--r--secure/lib/libssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index 4fc0082ba747..66b70d96b005 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -32,12 +32,12 @@ SRCS= ${LIBOPENSSH_SRCS} \
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 ed25519.c hash.c \
+ hmac.c ed25519.c ed25519-openssl.c \
kex.c kex-names.c kexdh.c kexgex.c kexecdh.c kexc25519.c \
kexgexc.c kexgexs.c \
kexsntrup761x25519.c kexmlkem768x25519.c sntrup761.c kexgen.c \
sftp-realpath.c platform-pledge.c platform-tracing.c platform-misc.c \
- sshbuf-io.c misc-agent.c
+ sshbuf-io.c misc-agent.c ssherr-libcrypto.c
# Add ${SKSRCS} to avoid linking problems.
SRCS+= ${SKSRCS}