summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2021-05-24 17:11:53 -0400
committerTomas Mraz <tomas@openssl.org>2021-06-11 12:34:16 +0200
commit3eb4b5bfe66ba0911fffa05ff1e3a00f4c54d641 (patch)
treed008be96b3320c810cb2ab019659e4e26846bf74
parent67eacb60a8a46b610b98533c7e8ae5bd199e49d7 (diff)
Update krb5 module and re-enable pkinit tests
pkinit tests were disabled in cd0aca532091de4dfadf2f12b18dd99e9cba7615 Signed-off-by: Robbie Harwood <rharwood@redhat.com> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15444)
m---------krb50
-rwxr-xr-xtest/recipes/95-test_external_krb5_data/krb5.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/krb5 b/krb5
-Subproject 3195e18f6608890866cf7a60ea538f4649d4fe8
+Subproject d6bf42279675100e3e4fe7c6e08eef74d49624c
diff --git a/test/recipes/95-test_external_krb5_data/krb5.sh b/test/recipes/95-test_external_krb5_data/krb5.sh
index 6a6664c0ce..eeaa59f961 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 --disable-pkinit \
+./configure --with-ldap --with-prng-alg=os --enable-pkinit \
--with-crypto-impl=openssl --with-tls-impl=openssl \
CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"