diff options
Diffstat (limited to 'app-crypt/trousers/files/trousers-0.3.1-qa.patch')
-rw-r--r-- | app-crypt/trousers/files/trousers-0.3.1-qa.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app-crypt/trousers/files/trousers-0.3.1-qa.patch b/app-crypt/trousers/files/trousers-0.3.1-qa.patch deleted file mode 100644 index 5de41eefda4d..000000000000 --- a/app-crypt/trousers/files/trousers-0.3.1-qa.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urNp trousers-0.3.1.org/src/tspi/tspi_nv.c trousers-0.3.1/src/tspi/tspi_nv.c ---- trousers-0.3.1.org/src/tspi/tspi_nv.c 2007-09-25 20:57:58.000000000 +0200 -+++ trousers-0.3.1/src/tspi/tspi_nv.c 2007-11-24 21:12:16.000000000 +0200 -@@ -217,7 +217,7 @@ Tspi_NV_ReleaseSpace(TSS_HNVSTORE hNvsto - - nv_data_public.tag = TPM_TAG_NV_DATA_PUBLIC; - -- if ((result = obj_nvstore_create_pcrshortinfo(hNvstore, (TSS_HPCRS)NULL, &pPCR_len, &pPCR))) -+ if ((result = obj_nvstore_create_pcrshortinfo(hNvstore, 0, &pPCR_len, &pPCR))) - return result; - - NVPublic_DataSize = 0; |