Merge pull request #6 from renegadebbs/2-change-else-case-to-bcunknown-on-line-733-of-bcrypt-pas

Fixed #2
This commit is contained in:
Eric 2017-02-07 08:05:33 -08:00 committed by GitHub
commit 5765ecf028
1 changed files with 1 additions and 1 deletions

View File

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