diff options
Diffstat (limited to 'toxcore/crypto_core.h')
-rw-r--r-- | toxcore/crypto_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/crypto_core.h b/toxcore/crypto_core.h index 58bdc2f3..afd2f7b8 100644 --- a/toxcore/crypto_core.h +++ b/toxcore/crypto_core.h | |||
@@ -122,6 +122,7 @@ void new_nonce(uint8_t *nonce); | |||
122 | 122 | ||
123 | #define CRYPTO_PACKET_FRIEND_REQ 32 /* Friend request crypto packet ID. */ | 123 | #define CRYPTO_PACKET_FRIEND_REQ 32 /* Friend request crypto packet ID. */ |
124 | #define CRYPTO_PACKET_HARDENING 48 /* Hardening crypto packet ID. */ | 124 | #define CRYPTO_PACKET_HARDENING 48 /* Hardening crypto packet ID. */ |
125 | #define CRYPTO_PACKET_FAKEID 156 | ||
125 | #define CRYPTO_PACKET_NAT_PING 254 /* NAT ping crypto packet ID. */ | 126 | #define CRYPTO_PACKET_NAT_PING 254 /* NAT ping crypto packet ID. */ |
126 | 127 | ||
127 | /* Create a request to peer. | 128 | /* Create a request to peer. |