summaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2025-02-06 14:21:12 -0500
committerEd Maste <emaste@FreeBSD.org>2025-02-08 18:55:51 -0500
commitc0af32952564099fe30a34aeb335f95a6dc811ba (patch)
tree1cf0e4dbf94727e3b6e046a10bf1e23c14d458e8 /secure
parentd82c3e815a5fc0069562b69145ad695f9aa183f9 (diff)
libssh: Remove progressmeter
It is used only by scp and sftp, and already included directly in their Makefiles. It does not belong in libssh. Fixes: d8b043c8d497 ("Update for 3.6.1p1; also remove Kerberos IV shims.") Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D48871
Diffstat (limited to 'secure')
-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 aca21d318812..c50be0763f3c 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -16,7 +16,7 @@ SRCS+= authfd.c authfile.c \
atomicio.c dispatch.c mac.c misc.c utf8.c \
monitor_fdpass.c rijndael.c ssh-dss.c ssh-ecdsa.c ssh-ecdsa-sk.c \
ssh-ed25519-sk.c ssh-rsa.c dh.c \
- msg.c progressmeter.c dns.c entropy.c umac.c umac128.c \
+ msg.c dns.c entropy.c umac.c umac128.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 \