Apply HMAC after encryption.
[tinc] / src / sptps.h
index 51de575..f0d2592 100644 (file)
@@ -46,6 +46,7 @@ typedef struct sptps {
 
        char *inbuf;
        size_t buflen;
+       uint16_t reclen;
 
        bool instate;
        cipher_t incipher;