Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 2021 19:46:10 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 87152f340549 - main - ssh: disble internal security key support in generated config.h
Message-ID:  <202111011946.1A1JkAVu038023@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111011946.1A1JkAVu038023>