[openssh-commits] [openssh] 05/05: link ssh against ssh-pkcs11.o

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Oct 16 11:17:50 AEDT 2025


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

djm pushed a commit to branch master
in repository openssh.

commit ce49aceba9f4b5f34a1041145782914aa35ca880
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