Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Mar 2022 01:30:07 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: aec30b5b2dcf - stable/12 - ssh: correct configure option name
Message-ID:  <202203040130.2241U7gT091281@gitrepo.freebsd.org>

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

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

commit aec30b5b2dcf67046d3a9c97049c871115f5cdfc
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:29:00 +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?202203040130.2241U7gT091281>