From: Damien Miller Date: Thu, 16 Oct 2025 00:15:16 +0000 (+1100) Subject: link ssh against ssh-pkcs11.o X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce49aceba9f4b5f34a1041145782914aa35ca880;p=thirdparty%2Fopenssh-portable.git link ssh against ssh-pkcs11.o Should fix PIN entry for direct use of PKCS11Provider in ssh(1) bz3879 --- 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 \