Browse Source

Remove qualifier.

drieseng 9 năm trước cách đây
mục cha
commit
868f981c4a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>