swtpm/src
Stefan Berger f4cdeb61b9 build-sys: Define __USE_LINUX_IOCTL_DEFS in header file (Cygwin)
To be able to test-compile with include/swtpm/tpm_ioctl.h in configure.ac
move the definition of __USE_LINUX_IOCTL_DEFS out of the configure script
into the header file so that the #define is there when needed. In the
configure.ac script the CFLAGS were extended only after the test-compiling
to determine the HARDENING_CFLAGS and the test-compilation failed on Cygwin
(only) since the tpm_ioctl.h didn't compile because of this missing
 #define.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2022-04-04 11:45:36 -04:00
..
selinux build-sys: selinux: Compare absolute path against absolute path 2021-09-20 21:20:26 -04:00
swtpm swtpm: Use uint64_t in tlv_data_append() to avoid integer overflows 2022-03-29 07:38:12 -04:00
swtpm_bios swtpm_bios: Use unsigned int tcp_port to filter out negative port numbers 2022-03-28 09:21:38 -04:00
swtpm_cert swtpm_cert: Allow passing -1 for days to get a non-expiring certificate 2021-10-08 14:07:02 -04:00
swtpm_ioctl build-sys: Define __USE_LINUX_IOCTL_DEFS in header file (Cygwin) 2022-04-04 11:45:36 -04:00
swtpm_localca swtpm-localca: Re-implement variable resolution for swtpm-localca.conf 2022-02-23 09:17:11 -05:00
swtpm_setup swtpm_setup: Check for unreasonable number of PCR banks (CID 370783) 2022-02-16 15:53:56 -05:00
utils swtpm: Move ARRAY_LEN and min #define's to swtpm_utils.h 2021-10-07 14:27:10 -04:00
Makefile.am Move swtpm_localca sources from samples/ to src/ 2021-07-25 08:52:13 -04:00