git: aec30b5b2dcf - stable/12 - ssh: correct configure option name
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Mar 2022 01:30:07 UTC
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