Fix: Assign checksum function
This commit is contained in:
parent
22e15be5dc
commit
2a68c904ad
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ bool md2_choose_implementation(int i) {
|
|||
switch (i) {
|
||||
case 0:
|
||||
md2_hash = md2_hash_0;
|
||||
md2_checksum = md2_checksum_0;
|
||||
return true;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue