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:		87152f3405 ("ssh: disble internal security key...")
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2022-03-01 09:35:46 -05:00
parent 31218f3209
commit f1421a8972

View file

@ -12,7 +12,7 @@ configure_args="
--with-libedit
--with-ssl-engine
--without-xauth
--without-security-key-internal
--without-security-key-builtin
"
set -e