aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilip Tricca <philip.b.tricca@intel.com>2018-01-19 16:34:37 -0800
committerPhilip Tricca <philip.b.tricca@intel.com>2018-01-22 17:25:31 -0800
commit8315ef3dca731eb52464448acb4f1f941d74248b (patch)
tree344d0cd5da5d9c5c6a45f97c8d67a6e130b81b5b /include
parent1ae4cffb76133cc514d4e244633636f711b35992 (diff)
downloadtpm2-tss-8315ef3dca731eb52464448acb4f1f941d74248b.tar.gz
tcti-socket: Deprecate the old InitSocketTcti function,
This is mechanically similar to the previous patch deprecating the old init function from the device TCTI. Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/tcti/tcti_socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tcti/tcti_socket.h b/include/tcti/tcti_socket.h
index b46a3ae1..9631ca30 100644
--- a/include/tcti/tcti_socket.h
+++ b/include/tcti/tcti_socket.h
@@ -60,7 +60,7 @@ TSS2_RC InitSocketTcti (
size_t *contextSize, // IN/OUT
const TCTI_SOCKET_CONF *config, // IN
const uint8_t serverSockets
- );
+ ) COMPILER_ATTR (deprecated);
TSS2_RC SendSessionEndSocketTcti(
TSS2_TCTI_CONTEXT *tctiContext,