From bb200c922b1f050d47afbec2b1e64b7dcb17f110 Mon Sep 17 00:00:00 2001 From: sikofitt Date: Sun, 5 Feb 2017 00:18:35 -0800 Subject: [PATCH] Fixed #2 --- BCrypt.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;