]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
tpm_extendpcr: Build does not depend on tpm plugin but libtpmtss
authorTobias Brunner <tobias@strongswan.org>
Mon, 23 Aug 2021 08:44:41 +0000 (10:44 +0200)
committerTobias 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

index 68fa1920857662163612cd5e656ffef572af9b39..2125e14a8d11b9e163edbb287699dae65487a86c 100644 (file)
@@ -143,6 +143,6 @@ if USE_AIKGEN
   SUBDIRS += aikgen
 endif
 
-if USE_TPM
+if USE_LIBTPMTSS
   SUBDIRS += tpm_extendpcr
 endif