mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
miss one minor changes, for coerence
This commit is contained in:
@@ -6577,7 +6577,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
OSSLShoutError("osAESEncryptTo: Failed to encrypt!");
|
||||
return LSL_String.Empty;
|
||||
}
|
||||
return ret.ToString().ToLower();
|
||||
return ret.ToString();
|
||||
}
|
||||
|
||||
public LSL_String osAESDecryptFrom(string secret, string encryptedText, string ivString)
|
||||
|
||||
Reference in New Issue
Block a user