Merge branch 'master' of github.com:cyassl/cyassl

This commit is contained in:
John Safranek
2014-11-07 17:06:04 -08:00
3 changed files with 10 additions and 7 deletions

View File

@ -2894,9 +2894,9 @@ word32 EncodeSignature(byte* out, const byte* digest, word32 digSz, int hashOID)
}
int GetCTC_HashOID(int hashType)
int GetCTC_HashOID(int type)
{
switch (hashType) {
switch (type) {
#ifdef CYASSL_MD2
case MD2:
return MD2h;