From 87152f34054921632016bc5eb4ab9f836fbaa522 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 27 Oct 2021 16:45:35 -0400 Subject: [PATCH] ssh: disble internal security key support in generated config.h We want to set ENABLE_SK_INTERNAL only when building with USB support. We'll leave it off in config.h and enble it via our bespoke build's Makefile.inc. Sponsored by: The FreeBSD Foundation --- crypto/openssh/freebsd-configure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/openssh/freebsd-configure.sh b/crypto/openssh/freebsd-configure.sh index d89d536bfd6a..8df468e5eb1c 100755 --- a/crypto/openssh/freebsd-configure.sh +++ b/crypto/openssh/freebsd-configure.sh @@ -12,6 +12,7 @@ configure_args=" --with-libedit --with-ssl-engine --without-xauth + --without-security-key-internal " set -e