strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eb1d6c
)
tpm_extendpcr: Build does not depend on tpm plugin but libtpmtss
author
Tobias Brunner
<tobias@strongswan.org>
Mon, 23 Aug 2021 08:44:41 +0000
(10:44 +0200)
committer
Tobias Brunner
<tobias@strongswan.org>
Mon, 23 Aug 2021 08:44:41 +0000
(10:44 +0200)
The utility basically requires a TSS, the tpm plugin is not used at all.
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
68fa192
..
2125e14
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-143,6
+143,6
@@
if USE_AIKGEN
SUBDIRS += aikgen
endif
-if USE_
TPM
+if USE_
LIBTPMTSS
SUBDIRS += tpm_extendpcr
endif