diff --git a/BCrypt.pas b/BCrypt.pas index 9c79014..a857025 100644 --- a/BCrypt.pas +++ b/BCrypt.pas @@ -740,7 +740,7 @@ begin end; else begin - Result := (bcPHP); + Result := (bcUnknown); end; end; end;