Teaspeak-Server/server/src/client/voice/VoiceClientHandschake.cpp

17 lines
385 B
C++

#include <tommath.h>
#include <tomcrypt.h>
#include <misc/digest.h>
#include <misc/base64.h>
#include <openssl/sha.h>
#include <log/LogUtils.h>
#include <src/client/SpeakingClient.h>
#include "VoiceClient.h"
#include "../../InstanceHandler.h"
using namespace std;
using namespace std::chrono;
using namespace ts::server;
using namespace ts::protocol;
using namespace ts::connection;