[openssh-commits] [openssh] branch V_10_2 updated: link ssh against ssh-pkcs11.o

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Oct 17 09:15:06 AEDT 2025


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch V_10_2
in repository openssh.

The following commit(s) were added to refs/heads/V_10_2 by this push:
     new 434ba7684 link ssh against ssh-pkcs11.o
434ba7684 is described below

commit 434ba7684054c0637ce8f2486aaacafe65d9b8aa
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Thu Oct 16 11:15:16 2025 +1100

    link ssh against ssh-pkcs11.o
    
    Should fix PIN entry for direct use of PKCS11Provider in ssh(1)
    bz3879
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index ba17a79f0..a099b38fc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -114,7 +114,7 @@ P11OBJS= ssh-pkcs11-client.o
 SKOBJS=	ssh-sk-client.o
 
 SSHOBJS= ssh.o readconf.o clientloop.o sshtty.o \
-	sshconnect.o sshconnect2.o mux.o $(P11OBJS) $(SKOBJS)
+	sshconnect.o sshconnect2.o mux.o ssh-pkcs11.o $(SKOBJS)
 
 SSHDOBJS=sshd.o \
 	platform-listen.o \

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list