aboutsummaryrefslogtreecommitdiff
path: root/ncrypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncrypt.h')
-rw-r--r--ncrypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncrypt.h b/ncrypt.h
index 96db56049..504470f4c 100644
--- a/ncrypt.h
+++ b/ncrypt.h
@@ -24,10 +24,10 @@ struct peer
nDPIsrvd_hashkey hash_key;
struct nDPIsrvd_address address;
unsigned char iv[NCRYPT_AES_IVLEN];
+ size_t cryptions;
size_t crypto_errors;
size_t iv_mismatches;
size_t send_errors;
- size_t recv_errors;
size_t partial_writes;
struct aes aes;
UT_hash_handle hh;