From 114419d20423fda346e74e1ce082561b3cd2d7e7 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Wed, 8 Nov 2000 23:18:39 +0000 Subject: [PATCH] * default.exp: Use $KRBIV rather than $KRB4 since dejagnu-1.3 doesn't deal with digits in passed-in variables. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12861 dc483132-0cff-0310-8789-dd5450dbe970 --- src/tests/dejagnu/config/ChangeLog | 5 +++++ src/tests/dejagnu/config/default.exp | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/tests/dejagnu/config/ChangeLog b/src/tests/dejagnu/config/ChangeLog index 08098d53b..3256cb334 100644 --- a/src/tests/dejagnu/config/ChangeLog +++ b/src/tests/dejagnu/config/ChangeLog @@ -1,3 +1,8 @@ +2000-11-08 Tom Yu + + * default.exp: Use $KRBIV rather than $KRB4 since dejagnu-1.3 + doesn't deal with digits in passed-in variables. + Thu Oct 12 12:06:03 2000 Ezra Peisach * default.exp: Add dict_file entry (and create one) for kdc.conf diff --git a/src/tests/dejagnu/config/default.exp b/src/tests/dejagnu/config/default.exp index 8e534d1cd..6d8a90f49 100644 --- a/src/tests/dejagnu/config/default.exp +++ b/src/tests/dejagnu/config/default.exp @@ -1334,13 +1334,13 @@ proc kinit { name pass standalone } { # Returns 1 if v4 testing is enabled this passes encryption types are compatable with kerberos 4 work proc v4_compatible_enctype {} { global supported_enctypes - global KRB4 + global KRBIV - if ![info exists KRB4] { + if ![info exists KRBIV] { return 0; } - if { $KRB4 && [string first des-cbc-crc:v4 "$supported_enctypes"] >= 0} { + if { $KRBIV && [string first des-cbc-crc:v4 "$supported_enctypes"] >= 0} { return 1 } else { return 0 -- 2.26.2