1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 18:59:09 +00:00

Remove old header-included keys

This commit is contained in:
2011-04-12 11:51:35 -07:00
parent ff5d7ca63a
commit ef5446dc49
9 changed files with 15 additions and 263 deletions

View File

@ -32,11 +32,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "Pch.h"
#pragma hdrstop
namespace AuthKey {
// This file excluded from pre-compiled header because it is auto-generated by the build server.
#include "pnNetBase/pnNbAuthKey.hpp"
} // AuthKey
/*****************************************************************************
*
* Local types
@ -604,9 +599,9 @@ static void StartAuthTcpTest (
false,
s_send, arrsize(s_send),
s_recv, arrsize(s_recv),
AuthKey::kDhGValue,
BigNum(sizeof(AuthKey::kDhXData), AuthKey::kDhXData),
BigNum(sizeof(AuthKey::kDhNData), AuthKey::kDhNData)
kAuthDhGValue,
BigNum(sizeof(kAuthDhXData), kAuthDhXData),
BigNum(sizeof(kAuthDhNData), kAuthDhNData)
);
}