X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fsptps.h;h=66ac564a4a3d6bf6fbfc31d35f926c37af6cd71b;hp=23066846d56d4f8f7c0ca09c32d820a42b573502;hb=68277cdaacfd8dbaa1e83bc803896c4f786a59dd;hpb=46079ef8d3adcb693d593cfd362879eb8e4709df diff --git a/src/sptps.h b/src/sptps.h index 23066846..66ac564a 100644 --- a/src/sptps.h +++ b/src/sptps.h @@ -66,6 +66,9 @@ typedef struct sptps { char *late; + char *decrypted_buffer; + size_t decrypted_buffer_len; + // Callbacks void *handle; send_data_t send_data;