diff options
Diffstat (limited to 'recipes-extended/xen/files/vtpm-implicit-fallthrough.patch')
-rw-r--r-- | recipes-extended/xen/files/vtpm-implicit-fallthrough.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes-extended/xen/files/vtpm-implicit-fallthrough.patch b/recipes-extended/xen/files/vtpm-implicit-fallthrough.patch deleted file mode 100644 index e95d41fc..00000000 --- a/recipes-extended/xen/files/vtpm-implicit-fallthrough.patch +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | --- a/tpm/tpm_cmd_handler.c.orig 2017-04-27 13:37:14.408000000 +0200 | ||
2 | +++ b/tpm/tpm_cmd_handler.c 2017-04-27 13:39:53.585000000 +0200 | ||
3 | @@ -3397,6 +3397,7 @@ | ||
4 | sizeof(rsp->auth2->nonceOdd.nonce)); | ||
5 | tpm_hmac_update(&hmac, (BYTE*)&rsp->auth2->continueAuthSession, 1); | ||
6 | tpm_hmac_final(&hmac, rsp->auth2->auth); | ||
7 | + /* fall-thru */ | ||
8 | case TPM_TAG_RSP_AUTH1_COMMAND: | ||
9 | tpm_hmac_init(&hmac, rsp->auth1->secret, sizeof(rsp->auth1->secret)); | ||
10 | tpm_hmac_update(&hmac, rsp->auth1->digest, sizeof(rsp->auth1->digest)); | ||