remove mention of --with-security-key-builtin

it is enabled by default when libfido2 is installed
This commit is contained in:
Damien Miller 2022-10-05 03:37:36 +11:00
parent 0ffb46f2ee
commit 7360c2c206
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ Flag | Meaning
``--with-libedit`` | Enable [libedit](https://www.thrysoee.dk/editline/) support for sftp.
``--with-kerberos5`` | Enable Kerberos/GSSAPI support. Both [Heimdal](https://www.h5l.org/) and [MIT](https://web.mit.edu/kerberos/) Kerberos implementations are supported.
``--with-selinux`` | Enable [SELinux](https://en.wikipedia.org/wiki/Security-Enhanced_Linux) support.
``--with-security-key-builtin`` | Include built-in support for U2F/FIDO2 security keys. This requires [libfido2](https://github.com/Yubico/libfido2) be installed.
## Development