Fixed warnings related to libtomcrypt's byte definition

This commit is contained in:
WolverinDEV
2019-07-02 02:13:42 +02:00
parent 5cace54457
commit 0898fda3db
8 changed files with 59 additions and 38 deletions
+2 -1
View File
@@ -2,8 +2,9 @@
#include <array>
#include <string>
#include <tomcrypt.h>
#include "Packet.h"
#include <tomcrypt.h>
#undef byte /* the macro byte gets defined by tomcrypt_macros. We have to undefine it */
namespace ts {
namespace connection {