summaryrefslogtreecommitdiff
path: root/.github/configs
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-10-22 22:54:33 +1100
committerDarren Tucker <dtucker@dtucker.net>2021-10-22 22:54:33 +1100
commit4ae39cada214e955bcfd3448ff28f0ed18886706 (patch)
treeeedaa5184b527a74d3dc49bc5701cc8861b27506 /.github/configs
parent22b2681d88619e5247dc53c9f112058a7e248d48 (diff)
downloadopenssh-git-4ae39cada214e955bcfd3448ff28f0ed18886706.tar.gz
Test both MIT KRB5 and Heimdal.
Diffstat (limited to '.github/configs')
-rwxr-xr-x.github/configs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/configs b/.github/configs
index 90401c9d..339459bf 100755
--- a/.github/configs
+++ b/.github/configs
@@ -56,7 +56,7 @@ case "$config" in
tcmalloc)
CONFIGFLAGS="--with-ldflags=-ltcmalloc"
;;
- kerberos5)
+ krb5|heimdal)
CONFIGFLAGS="--with-kerberos5"
;;
libedit)