Buildfix on gcc 4.8
This commit is contained in:
parent
f1bcf8674d
commit
7140ee6b38
4 changed files with 34 additions and 28 deletions
|
@ -15,7 +15,7 @@ namespace dk {
|
|||
|
||||
::tiger(parString, parLen, retval, TigerPaddingV2);
|
||||
|
||||
HashType hash(retval[0], retval[1], retval[2]);
|
||||
HashType hash{retval[0], retval[1], retval[2]};
|
||||
return hash;
|
||||
}
|
||||
} //namespace implem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue