Process entire unlock sequence - revert changes to SECURE_UNLOCK_SEQUENCE

This commit is contained in:
zvecr 2022-04-12 01:58:02 +01:00
parent 320f161c72
commit 12e8c8d8ee

View File

@ -15,9 +15,7 @@
#ifndef SECURE_UNLOCK_SEQUENCE #ifndef SECURE_UNLOCK_SEQUENCE
# define SECURE_UNLOCK_SEQUENCE \ # define SECURE_UNLOCK_SEQUENCE \
{ \ { \
{0, 0}, { \ { 0, 0 } \
0, 1 \
} \
} }
#endif #endif