CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/19 08:02:27
Modified files:
usr.bin/ssh : misc.c misc.h ssh-pkcs11.c ssh-sk.c
Log message:
Ensure FIDO/PKCS11 libraries contain expected symbols
This checks via nlist(3) that candidate provider libraries contain one
of the symbols that we will require prior to dlopen(), which can cause
a number of side effects, including execution of constructors.
Feedback deraadt; ok markus
