Skip to content

Commit 081d6e3

Browse files
committed
Minor fix.
1 parent b0827a5 commit 081d6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8462,7 +8462,7 @@ static int WP11_Object_WrapTpmKey(WP11_Object* object)
84628462
(word32)exponent, q, qSz, TPM_ALG_NULL, TPM_ALG_NULL);
84638463
}
84648464
(void)p;
8465-
#endif
8465+
#endif
84668466
if (ret == 0) {
84678467
/* set flag indicating this is TPM based key */
84688468
object->opFlag |= WP11_FLAG_TPM;

0 commit comments

Comments
 (0)