summaryrefslogtreecommitdiff
path: root/include/net/handshake.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/handshake.h')
-rw-r--r--include/net/handshake.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/handshake.h b/include/net/handshake.h
index 3352b1ab43b3..2e26e436e85f 100644
--- a/include/net/handshake.h
+++ b/include/net/handshake.h
@@ -24,6 +24,7 @@ struct tls_handshake_args {
struct socket *ta_sock;
tls_done_func_t ta_done;
void *ta_data;
+ const char *ta_peername;
unsigned int ta_timeout_ms;
key_serial_t ta_keyring;
key_serial_t ta_my_cert;