Update krb5 module and re-enable pkinit tests

pkinit tests were disabled in cd0aca5320

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)
This commit is contained in:
Robbie Harwood 2021-05-24 17:11:53 -04:00 committed by Tomas Mraz
parent 67eacb60a8
commit 3eb4b5bfe6
2 changed files with 2 additions and 2 deletions

2
krb5

@ -1 +1 @@
Subproject commit 3195e18f6608890866cf7a60ea538f4649d4fe82
Subproject commit d6bf42279675100e3e4fe7c6e08eef74d49624cb

View File

@ -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"