[openssh-commits] [openssh] 07/07: Remove progressmeter.o from libssh.a.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat May 24 17:23:57 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit e18983d03ab969e2f12485d5c0ee61e6d745a649
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sat May 24 17:20:57 2025 +1000
Remove progressmeter.o from libssh.a.
It's now explicitly included by the binaries that need it (scp & sftp).
bz#3810, patch from jlduran at gmail.com
---
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index 410a29a12..eb6f08e4d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -107,7 +107,7 @@ LIBSSH_OBJS=${LIBOPENSSH_OBJS} \
atomicio.o dispatch.o mac.o misc.o utf8.o \
monitor_fdpass.o rijndael.o ssh-ecdsa.o ssh-ecdsa-sk.o \
ssh-ed25519-sk.o ssh-rsa.o dh.o \
- msg.o progressmeter.o dns.o entropy.o gss-genr.o umac.o umac128.o \
+ msg.o dns.o entropy.o gss-genr.o umac.o umac128.o \
ssh-pkcs11.o smult_curve25519_ref.o \
poly1305.o chacha.o cipher-chachapoly.o cipher-chachapoly-libcrypto.o \
ssh-ed25519.o digest-openssl.o digest-libc.o \
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list