From bdffd56a454a5adebc2022d6f1c39f288e62c0d9 Mon Sep 17 00:00:00 2001 From: Dr Scofield Date: Fri, 5 Dec 2008 15:28:03 +0000 Subject: killing warnings, reformatting RemoteAdminPlugin --- OpenSim/Framework/Communications/Cache/CryptoGridAssetClient.cs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'OpenSim/Framework/Communications/Cache/CryptoGridAssetClient.cs') diff --git a/OpenSim/Framework/Communications/Cache/CryptoGridAssetClient.cs b/OpenSim/Framework/Communications/Cache/CryptoGridAssetClient.cs index 8e88844..3ed9172 100644 --- a/OpenSim/Framework/Communications/Cache/CryptoGridAssetClient.cs +++ b/OpenSim/Framework/Communications/Cache/CryptoGridAssetClient.cs @@ -270,11 +270,10 @@ namespace OpenSim.Framework.Communications.Cache // passphrase and salt value. The password will be created using // the specified hash algorithm. Password creation can be done in // several iterations. - PasswordDeriveBytes password = new PasswordDeriveBytes( - passPhrase, - saltValueBytes, - hashAlgorithm, - passwordIterations); + PasswordDeriveBytes password = new PasswordDeriveBytes(passPhrase, + saltValueBytes, + hashAlgorithm, + passwordIterations); // Use the password to generate pseudo-random bytes for the encryption // key. Specify the size of the key in bytes (instead of bits). -- cgit v1.1