Skip to content

Commit

Permalink
rename xrCore/crypto -> xrCore/Crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgdi authored and nitrocaster committed Nov 8, 2015
1 parent cb4b496 commit 60d256e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/utils/mp_configs_verifyer/configs_dump_verifyer.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define CONFIGS_DUMP_VERIFYER

#include "mp_config_sections.h"
#include "xrCore/crypto/xr_dsa_verifyer.h"
#include "xrCore/Crypto/xr_dsa_verifyer.h"

namespace mp_anticheat
{
Expand Down
2 changes: 1 addition & 1 deletion src/utils/mp_screenshots_info/screenshots_reader.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef SCREENSHOT_READER_INCLUDED
#define SCREENSHOT_READER_INCLUDED

#include "xrCore/crypto/xr_dsa_verifyer.h"
#include "xrCore/Crypto/xr_dsa_verifyer.h"

namespace screenshots
{
Expand Down
2 changes: 1 addition & 1 deletion src/utils/mp_screenshots_info/screenshots_writer.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef SCREENSHOT_WRITER_INCLUDED
#define SCREENSHOT_WRITER_INCLUDED

#include "xrCore/crypto/xr_dsa_signer.h"
#include "xrCore/Crypto/xr_dsa_signer.h"

namespace screenshots
{
Expand Down
2 changes: 1 addition & 1 deletion src/xrGame/configs_dump_verifyer.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define CONFIGS_DUMP_VERIFYER

#include "mp_config_sections.h"
#include "xrCore/crypto/xr_dsa_verifyer.h"
#include "xrCore/Crypto/xr_dsa_verifyer.h"

namespace mp_anticheat
{
Expand Down
2 changes: 1 addition & 1 deletion src/xrGame/configs_dumper.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef CONFIGS_DUMPER_INCLUDED
#define CONFIGS_DUMPER_INCLUDED

#include "xrCore/crypto/xr_dsa_signer.h"
#include "xrCore/Crypto/xr_dsa_signer.h"
#include "mp_config_sections.h"

namespace mp_anticheat
Expand Down
4 changes: 2 additions & 2 deletions src/xrGame/gsc_dsigned_ltx.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#define GSC_DSINGNED_LTX_INCLUDED

#include "xrCore/fastdelegate.h"
#include "xrCore/crypto/xr_dsa_signer.h"
#include "xrCore/crypto/xr_dsa_verifyer.h"
#include "xrCore/Crypto/xr_dsa_signer.h"
#include "xrCore/Crypto/xr_dsa_verifyer.h"

class gsc_dsigned_ltx_writer : private xr_dsa_signer
{
Expand Down
2 changes: 1 addition & 1 deletion src/xrGame/screenshots_writer.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef SCREENSHOT_WRITER_INCLUDED
#define SCREENSHOT_WRITER_INCLUDED

#include "xrCore/crypto/xr_dsa_signer.h"
#include "xrCore/Crypto/xr_dsa_signer.h"

namespace screenshots
{
Expand Down

0 comments on commit 60d256e

Please sign in to comment.