mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Remove the encryption from the IAuthenticationService interface. That
is too high up for that type of stuff. It needs to be at the connector/handler level
This commit is contained in:
@@ -56,10 +56,5 @@ namespace OpenSim.Services.AuthenticationService
|
||||
{
|
||||
return String.Empty;
|
||||
}
|
||||
|
||||
public byte[] AuthenticateEncrypted(byte[] cyphertext, byte[] key)
|
||||
{
|
||||
return new byte[0];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user