Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Mar 2022 01:24:03 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d9ca85e8daed - stable/13 - ssh: correct configure option name
Message-ID:  <202203040124.2241O3MG087952@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste:

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

commit d9ca85e8daed01e671e0654cfa844d36c9fbf532
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-03-01 14:35:46 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-03-04 01:23:51 +0000

    ssh: correct configure option name
    
    The option is security-key-builtin not security-key-internal.  There is
    no change to the generated config.h because the option defaults off
    anyway.
    
    MFC after:      3 days
    Fixes:          87152f340549 ("ssh: disble internal security key...")
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit f1421a8972a2c8babfacfd1270258492579e0208)
---
 crypto/openssh/freebsd-configure.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/openssh/freebsd-configure.sh b/crypto/openssh/freebsd-configure.sh
index 8df468e5eb1c..4d405a0ffacb 100755
--- a/crypto/openssh/freebsd-configure.sh
+++ b/crypto/openssh/freebsd-configure.sh
@@ -12,7 +12,7 @@ configure_args="
     --with-libedit
     --with-ssl-engine
     --without-xauth
-    --without-security-key-internal
+    --without-security-key-builtin
 "
 
 set -e



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