mirror of
https://github.com/stefanberger/swtpm.git
synced 2025-12-31 11:12:02 +00:00
Replace the binary swtpm_localca with a script that now calls the binary
swtpm-localca, which is to be installed in $bindir.
So that we can use this for script for calling swtpm-localca during testing
(when it is not installed), write the script in such a way that it de-
termines whether there's swtpm-localca in the same directory and if not call
it from ${bindir}/swtpm-localca.
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
|
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| swtpm_localca_conf.h.in | ||
| swtpm_localca_utils.c | ||
| swtpm_localca_utils.h | ||
| swtpm_localca.c | ||
| swtpm_localca.h | ||
| swtpm-create-tpmca | ||
| swtpm-create-user-config-files.in | ||
| swtpm-localca.conf.in | ||
| swtpm-localca.in | ||
| swtpm-localca.options | ||