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:
@ -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)
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user