ssh 9.4 fails to build

From: Ronald Klop <ronald-lists_at_klop.ws>
Date: Sat, 12 Aug 2023 06:04:29 UTC
Hi,

I get this error while building world.
NB: I'm building with llvm15 from a pkg. But I don't think that should make a difference.
ld.lld: error: undefined symbol: Fssh_lib_contains_symbol
>>> referenced by ssh-pkcs11.c:1538 (/usr/src/crypto/openssh/ssh-pkcs11.c:1538)
>>>               ssh-pkcs11.o:(Fssh_pkcs11_add_provider)


git reset --hard <commit-before-ssh9.4-import> fixes the build for me.

Regards,

Ronald.