1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-21 12:49:10 +00:00

Fix conflicting ShaDigest types.

This commit is contained in:
Darryl Pogue
2012-02-11 23:15:06 -08:00
parent 404cd09f1c
commit 1b22f044f0
5 changed files with 14 additions and 68 deletions

View File

@ -50,6 +50,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "Pch.h"
#include "pnUtArray.h"
#include "pnEncryption/plChecksum.h"
/*****************************************************************************
*
@ -61,17 +62,11 @@ struct CryptKey;
enum ECryptAlgorithm {
kCryptSha,
kCryptSha1,
kCryptMd5,
kCryptRc4,
kCryptRsa,
kNumCryptAlgorithms
};
struct ShaDigest {
uint32_t data[5];
};
/*****************************************************************************
*