Browse Source

Remove qualifier.

drieseng 9 years ago
parent
commit
868f981c4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Renci.SshNet/Abstractions/CryptoAbstraction.cs

+ 1 - 1
src/Renci.SshNet/Abstractions/CryptoAbstraction.cs

@@ -5,7 +5,7 @@ namespace Renci.SshNet.Security.Cryptography
     internal static class HashAlgorithmFactory
     {
 #if FEATURE_RNG_CREATE || FEATURE_RNG_CSP
-        private static readonly System.Security.Cryptography.RandomNumberGenerator Randomizer = HashAlgorithmFactory.CreateRandomNumberGenerator();
+        private static readonly System.Security.Cryptography.RandomNumberGenerator Randomizer = CreateRandomNumberGenerator();
 #endif
 
         /// <summary>