git: f1421a8972a2 - main - ssh: correct configure option name
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Mar 2022 14:42:16 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=f1421a8972a2c8babfacfd1270258492579e0208 commit f1421a8972a2c8babfacfd1270258492579e0208 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-03-01 14:35:46 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-03-01 14:41: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 --- 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