diff --git a/src/swtpm_setup/swtpm_setup.c b/src/swtpm_setup/swtpm_setup.c index 3099e64..63f86b9 100644 --- a/src/swtpm_setup/swtpm_setup.c +++ b/src/swtpm_setup/swtpm_setup.c @@ -62,7 +62,7 @@ /* default configuration file */ #define SWTPM_SETUP_CONF "swtpm_setup.conf" -#define DEFAULT_PCR_BANKS "sha1,sha256" +#define DEFAULT_PCR_BANKS "sha256" /* Default logging goes to stderr */ gchar *gl_LOGFILE = NULL;