mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-02-05 05:59:18 +00:00
swtpm_setup: Only activate SHA256 PCR bank, not SHA1 bank anymore
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
db61aeddeb
commit
26cdfc77df
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user