Skip to content

Commit

Permalink
Remove softpkcs11
Browse files Browse the repository at this point in the history
softpkcs11 is no longer required for the test suite after the previous
commit, so remove it.
  • Loading branch information
greghudson committed Mar 19, 2024
1 parent 8ab6160 commit 9240a5b
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 2,176 deletions.
1 change: 0 additions & 1 deletion src/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,6 @@ int i = 1;
fi
if test "$k5_cv_openssl_version_okay" = yes && (test "$enable_pkinit" = yes || test "$enable_pkinit" = try); then
K5_GEN_MAKEFILE(plugins/preauth/pkinit)
K5_GEN_MAKEFILE(tests/softpkcs11)
PKINIT=yes
elif test "$k5_cv_openssl_version_okay" = no && test "$enable_pkinit" = yes; then
AC_MSG_ERROR([Version of OpenSSL is too old; cannot enable PKINIT.])
Expand Down
3 changes: 1 addition & 2 deletions src/tests/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
mydir=tests
BUILDTOP=$(REL)..
SUBDIRS = asn.1 create hammer verify gssapi shlib gss-threads misc threads \
softpkcs11
SUBDIRS = asn.1 create hammer verify gssapi shlib gss-threads misc threads

RUN_DB_TEST = $(RUN_SETUP) KRB5_KDC_PROFILE=kdc.conf KRB5_CONFIG=krb5.conf \
GSS_MECH_CONFIG=mech.conf LC_ALL=C $(VALGRIND)
Expand Down
21 changes: 0 additions & 21 deletions src/tests/softpkcs11/Makefile.in

This file was deleted.

6 changes: 0 additions & 6 deletions src/tests/softpkcs11/deps

This file was deleted.

0 comments on commit 9240a5b

Please sign in to comment.