]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
libtpmtss: Fixed inclusion of tcti-tabrmd.h header file
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 19 Oct 2018 08:46:08 +0000 (10:46 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 19 Oct 2018 08:46:08 +0000 (10:46 +0200)
src/libtpmtss/tpm_tss_tss2_v1.c

index 9ed2798f77cfc764607f601648cfa1a73f59930f..180e94705628e994bfaa09d1a44562e2f7a04a57 100644 (file)
@@ -24,9 +24,9 @@
 
 #include <tpm20.h>
 
-#ifdef TSS2_TCTI_TABRMD_V1
+#ifdef TSS2_TCTI_TABRMD
 #include <tcti/tcti-tabrmd.h>
-#endif /* TSS2_TCTI_TABRMD_V1 */
+#endif /* TSS2_TCTI_TABRMD */
 
 #ifdef TSS2_TCTI_SOCKET
 #include <tcti_socket.h>