Update krb5 module and re-enable pkinit tests
authorRobbie Harwood <rharwood@redhat.com>
Mon, 24 May 2021 21:11:53 +0000 (17:11 -0400)
committerTomas Mraz <tomas@openssl.org>
Fri, 11 Jun 2021 10:34:16 +0000 (12:34 +0200)
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)

krb5
test/recipes/95-test_external_krb5_data/krb5.sh

diff --git a/krb5 b/krb5
index 3195e18f6608890866cf7a60ea538f4649d4fe82..d6bf42279675100e3e4fe7c6e08eef74d49624cb 160000 (submodule)
--- a/krb5
+++ b/krb5
@@ -1 +1 @@
-Subproject commit 3195e18f6608890866cf7a60ea538f4649d4fe82
+Subproject commit d6bf42279675100e3e4fe7c6e08eef74d49624cb
index 6a6664c0ce9dcd7b9deacfe801566ce1971cf4d5..eeaa59f9610b941e857209b575a923b9162d438a 100755 (executable)
@@ -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"