From ea68170202fd63790b3480dce17331cf779b5367 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Fri, 6 Feb 2015 21:05:24 +0100 Subject: [PATCH] Add test client id and private key Be aware this is just a test key pair. It will not work on the live VATSIM network --- src/blackcore/network_vatlib.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/blackcore/network_vatlib.cpp b/src/blackcore/network_vatlib.cpp index a848a3d02..f64bbe1b9 100644 --- a/src/blackcore/network_vatlib.cpp +++ b/src/blackcore/network_vatlib.cpp @@ -15,9 +15,11 @@ static_assert(! std::is_abstract::value, "Must implement all pure virtuals"); -//TODO just placeholders to allow this to compile -#define CLIENT_PUBLIC_ID 0 -#define CLIENT_PRIVATE_KEY "" +// TODO just placeholders to allow this to compile +// This is just a test key and is NOT valid on the live network. +// Replace it with the BoG assigned key before shipping the installer +#define CLIENT_PUBLIC_ID 0xb9ba +#define CLIENT_PRIVATE_KEY "727d1efd5cb9f8d2c28372469d922bb4" namespace BlackCore {