We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c44cd commit 949c4adCopy full SHA for 949c4ad
1 file changed
tests/api-test-2.c
@@ -4134,7 +4134,7 @@ static void Luks2Reencryption(void)
4134
4135
const char *vk_hex = "bb21babe733229347bd4e681891e213d94c685be6a5b84818afe7a78a6de7a1a",
4136
*vk_hex2 = "bb21bebe733229347bd4e681891e213d94c685be6a5b84818afe7a78a6de7a1a" \
4137
- "cc21cfcf733229347ce4f681891f213d94d685cf6b5b84818baf7b78b6rf7b1b";
+ "cc21cfcf733229347ce4f681891f213d94d685cf6b5b84818baf7b78b6df7b1b";
4138
size_t key_size = strlen(vk_hex) / 2,
4139
key_size2 = strlen(vk_hex2) / 2;
4140
char key[128], key2[64];
0 commit comments