openssh: clarify krb5 use in freebsd-configure
authorEd Maste <emaste@FreeBSD.org>
Thu, 2 Sep 2021 00:23:40 +0000 (20:23 -0400)
committerEd Maste <emaste@FreeBSD.org>
Thu, 2 Sep 2021 00:42:34 +0000 (20:42 -0400)
commit5e4dd21fd60958ceef4e4fd14b000844b957287e
treeb5483e6bb9af945ea67f84ffb8d5daff914e66e8
parent42c7760be3ea420668f625f2064ae347aa7e818e
openssh: clarify krb5 use in freebsd-configure

freebsd-configure.sh runs configure twice, --with-kerberos5 and
--without-kerberos5, in order to build a config.h that defaults to
kerberos5 disabled, and a small config file that represents the
differences.

Rename config.h.orig to config.h.kerberos5 to clarify the intent of this
script.

MFC after: 1 week
Sponsored by: The FreeBSD Foundation
crypto/openssh/freebsd-configure.sh