Date: Sat, 16 May 2026 18:05:29 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 295336] openssh: pkcs11 is broken in new version (10.3p1) Message-ID: <bug-295336-227-5KMArutPUN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-295336-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295336 --- Comment #2 from Pouria Mousavizadeh Tehrani <pouria@freebsd.org> --- Comment on attachment 270791 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=270791 patch >>From b7c1fd64834e9417de99f97fb53f586518b0da4a Mon Sep 17 00:00:00 2001 >From: Pouria Mousavizadeh Tehrani <pouria@FreeBSD.org> >Date: Sat, 16 May 2026 20:31:14 +0330 >Subject: [PATCH] openssh: Fix nlist function > >--- > crypto/openssh/misc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/crypto/openssh/misc.c b/crypto/openssh/misc.c >index ed3e9d31425c..3e9dad4172ae 100644 >--- a/crypto/openssh/misc.c >+++ b/crypto/openssh/misc.c >@@ -3130,7 +3130,7 @@ ptimeout_isset(struct timespec *pt) > int > lib_contains_symbol(const char *path, const char *s) > { >-#ifdef HAVE_NLIST >+#ifdef HAVE_NLIST_H > struct nlist nl[2]; > int ret = -1, r; > >-- >2.54.0 > -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-295336-227-5KMArutPUN>
