aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-04-14 15:12:52 +0200
committerBenjamin Kaduk <bkaduk@akamai.com>2021-04-19 11:46:39 -0700
commitcd0aca532091de4dfadf2f12b18dd99e9cba7615 (patch)
tree405670ae8138b800ca55ffa5bcd96a3957d447a7 /test
parent16b8862d80dbfb627b72cba36739de29235d8f3d (diff)
downloadopenssl-cd0aca532091de4dfadf2f12b18dd99e9cba7615.tar.gz
Update krb5 module to latest release
Fixes #14902 Also add workaround of `sudo hostname localhost` for the intermittent test failures seen in CI. Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/14872)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/95-test_external_krb5.t2
-rwxr-xr-xtest/recipes/95-test_external_krb5_data/krb5.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/recipes/95-test_external_krb5.t b/test/recipes/95-test_external_krb5.t
index dca2c065d3..9b8067d5d1 100644
--- a/test/recipes/95-test_external_krb5.t
+++ b/test/recipes/95-test_external_krb5.t
@@ -17,7 +17,7 @@ setup("test_external_krb5");
plan skip_all => "No external tests in this configuration"
if disabled("external-tests");
plan skip_all => "krb5 not available"
- if ! -f srctop_file("krb5", "src", "configure.in");
+ if ! -f srctop_file("krb5", "src", "configure.ac");
plan tests => 1;
diff --git a/test/recipes/95-test_external_krb5_data/krb5.sh b/test/recipes/95-test_external_krb5_data/krb5.sh
index 6b267242f7..4c901bebf7 100755
--- a/test/recipes/95-test_external_krb5_data/krb5.sh
+++ b/test/recipes/95-test_external_krb5_data/krb5.sh
@@ -13,7 +13,7 @@ CFLAGS="-I`pwd`/$BLDTOP/include -I`pwd`/$SRCTOP/include"
cd $SRCTOP/krb5/src
autoreconf
-./configure --with-ldap --with-prng-alg=os --enable-pkinit \
+./configure --with-ldap --with-prng-alg=os --disable-pkinit \
--with-crypto-impl=openssl --with-tls-impl=openssl \
CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"