On 7/3/2019 7:20 AM, Timo Juhani Lindfors wrote:
- if (pcr > 15) {
- logError(_("Cannot seal NVRAM area to PCR > 15\n"));
+ if (pcr > 24) {
+ logError(_("Cannot seal NVRAM area to PCR > 24\n"));
goto out;
Assuming that pcr is zero based, should this be "> 23"? _______________________________________________ TrouSerS-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/trousers-tech
