diff options
| author | Michael Forney <mforney@mforney.org> | 2019-11-14 01:42:22 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-11-14 23:39:31 -0800 |
| commit | b45c19b8f6802a82335790d0d7b973dae769e422 (patch) | |
| tree | f944d38eed9c333721bc260f7c6c2877f8b65a2e /pkg/openssh/config.h | |
| parent | ff10d722b657d1ad3ec85d7fe125a53c8d36f085 (diff) | |
openssh, libfido2: Update to latest git
This enables support for ed25519-sk keys.
Support for building in sk provider is now in upstream openssh.
Diffstat (limited to 'pkg/openssh/config.h')
| -rw-r--r-- | pkg/openssh/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/openssh/config.h b/pkg/openssh/config.h index 7583dde6..a0379016 100644 --- a/pkg/openssh/config.h +++ b/pkg/openssh/config.h @@ -55,6 +55,7 @@ #define DISABLE_WTMPX 1 /* #undef ENABLE_PKCS11 */ #define ENABLE_SK /**/ +#define ENABLE_SK_INTERNAL /**/ /* #undef FFLUSH_NULL_BUG */ /* #undef FILESYSTEM_NO_BACKSLASH */ /* #undef FSID_HAS_VAL */ |
