aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTadeusz Struk <tadeusz.struk@intel.com>2018-03-15 15:14:53 -0700
committerPhilip Tricca <philip.b.tricca@intel.com>2018-03-16 16:26:23 -0700
commit12aa212b7032f24d4a06f34c8d495528bf37a48c (patch)
treed6eb456daed5a8149fe587e151292d68d3c73e2b /include
parent5e146372b1fddc987f3487b14bde2dd7b8614243 (diff)
downloadtpm2-tss-12aa212b7032f24d4a06f34c8d495528bf37a48c.tar.gz
sapi: remove ABI version definition from tss2_sys.h
Remove ABI defines from public tss2_sys.h header and update integration SAPI and ESAPI tests which use these. Change the ABI to the latest TSS API vesrion defined by the spec. Updated Tss2_Sys_Initlialize to adhere to the codiong standards. Fixes: #679 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/tss2/tss2_sys.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/tss2/tss2_sys.h b/include/tss2/tss2_sys.h
index 0b5cbf91..018ce9fb 100644
--- a/include/tss2/tss2_sys.h
+++ b/include/tss2/tss2_sys.h
@@ -43,12 +43,6 @@
extern "C" {
#endif
-#define TSSWG_INTEROP 1
-#define MAX_NON_VENDOR_SPECIFIC 0x20000000
-#define TSS_SAPI_FIRST_FAMILY 1
-#define TSS_SAPI_FIRST_LEVEL 1
-#define TSS_SAPI_FIRST_VERSION 1
-
/* SAPI context blob */
typedef struct _TSS2_SYS_OPAQUE_CONTEXT_BLOB TSS2_SYS_CONTEXT;