Skip to content

Commit b28a97e

Browse files
committed
Fix PKCS11 init state typo
F/1474
1 parent 5d0b224 commit b28a97e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libwolfboot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1882,7 +1882,7 @@ int pkcs11_crypto_init(void)
18821882
};
18831883
CK_ULONG search_attr_count = sizeof(search_attr) / sizeof(*search_attr);
18841884
CK_ULONG obj_count = 0;
1885-
int pkcs11_intiialized = 0, session_opened = 0, logged_in = 0;
1885+
int pkcs11_initialized = 0, session_opened = 0, logged_in = 0;
18861886

18871887
if (encrypt_initialized)
18881888
return 0;

0 commit comments

Comments
 (0)