git: 87152f340549 - main - ssh: disble internal security key support in generated config.h

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Mon, 01 Nov 2021 19:46:10 UTC
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=87152f34054921632016bc5eb4ab9f836fbaa522

commit 87152f34054921632016bc5eb4ab9f836fbaa522
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-10-27 20:45:35 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-11-01 19:45:37 +0000

    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