aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs
diff options
context:
space:
mode:
authorTeravus Ovares (Dan Olivares)2009-09-06 16:15:20 -0400
committerTeravus Ovares (Dan Olivares)2009-09-06 16:15:20 -0400
commit8797a8209829c0a3fe7ff9edbe46e2d636a546a8 (patch)
treee0637dd04b59f4387e160e9d26887d94904588d8 /OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs
parent* Moves another Legacy avatar inbounds check to Border (diff)
parentAddendum to last commit. With the last commit, some other code that should (diff)
downloadopensim-SC-8797a8209829c0a3fe7ff9edbe46e2d636a546a8.zip
opensim-SC-8797a8209829c0a3fe7ff9edbe46e2d636a546a8.tar.gz
opensim-SC-8797a8209829c0a3fe7ff9edbe46e2d636a546a8.tar.bz2
opensim-SC-8797a8209829c0a3fe7ff9edbe46e2d636a546a8.tar.xz
Merge branch 'master' of ssh://MyConnection/var/git/opensim
Diffstat (limited to 'OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs')
-rw-r--r--OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs b/OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs
index 0118c91..8831c8a 100644
--- a/OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs
+++ b/OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs
@@ -56,10 +56,5 @@ namespace OpenSim.Services.AuthenticationService
56 { 56 {
57 return String.Empty; 57 return String.Empty;
58 } 58 }
59
60 public byte[] AuthenticateEncrypted(byte[] cyphertext, byte[] key)
61 {
62 return new byte[0];
63 }
64 } 59 }
65} 60}