summaryrefslogtreecommitdiffstats
path: root/src/handshake.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/handshake.h')
-rw-r--r--src/handshake.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handshake.h b/src/handshake.h
index 1c349da..70a1c6c 100644
--- a/src/handshake.h
+++ b/src/handshake.h
@@ -59,7 +59,7 @@ typedef enum fastd_reply_code {
typedef struct fastd_handshake_record {
size_t length;
- void *data;
+ const uint8_t *data;
} fastd_handshake_record_t;
struct fastd_handshake {