- ecryptfs-fix-gcc14.patch: fix build with gcc14 OBS-URL: https://build.opensuse.org/request/show/1172388 OBS-URL: https://build.opensuse.org/package/show/security/ecryptfs-utils?expand=0&rev=96
14 lines
510 B
Diff
14 lines
510 B
Diff
Index: ecryptfs-utils-111/src/utils/ecryptfs_generate_tpm_key.c
|
|
===================================================================
|
|
--- ecryptfs-utils-111.orig/src/utils/ecryptfs_generate_tpm_key.c
|
|
+++ ecryptfs-utils-111/src/utils/ecryptfs_generate_tpm_key.c
|
|
@@ -89,7 +89,7 @@ int main(int argc, char **argv)
|
|
int i, c, *pcrsSelected = NULL, numPcrsSelected = 0;
|
|
TSS_UUID *uuid;
|
|
BYTE wellknown[] = TSS_WELL_KNOWN_SECRET;
|
|
- char *tmp_pcrs;
|
|
+ int *tmp_pcrs;
|
|
|
|
while (1) {
|
|
c = getopt(argc, argv, "p:");
|