Fixed #2 #6

Merged
sikofitt merged 1 commits from 2-change-else-case-to-bcunknown-on-line-733-of-bcrypt-pas into master 2017-02-07 08:05:34 -08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bb200c922b - Show all commits

View File

@ -740,7 +740,7 @@ begin
end;
else
begin
Result := (bcPHP);
Result := (bcUnknown);
end;
end;
end;