summary refs log tree commit diff
path: root/crypto/src/openpgp
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2015-10-17 14:40:11 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2015-10-17 14:40:11 +0700
commit4973028f24e97e1b13fdd8dc73574a7d416e8779 (patch)
tree227b5fb21ff2626c54f264bdc4de8ab86350dbb0 /crypto/src/openpgp
parentRefactoring (diff)
downloadBouncyCastle.NET-ed25519-4973028f24e97e1b13fdd8dc73574a7d416e8779.tar.xz
Can't use var keyword in .NET 1.1
Diffstat (limited to 'crypto/src/openpgp')
-rw-r--r--crypto/src/openpgp/PgpKeyRingGenerator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/openpgp/PgpKeyRingGenerator.cs b/crypto/src/openpgp/PgpKeyRingGenerator.cs
index 92ea394a2..efeea9d5b 100644
--- a/crypto/src/openpgp/PgpKeyRingGenerator.cs
+++ b/crypto/src/openpgp/PgpKeyRingGenerator.cs
@@ -202,7 +202,7 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp
         {
             try
             {
-                var sGen = new PgpSignatureGenerator(masterKey.PublicKey.Algorithm, hashAlgorithm);
+                PgpSignatureGenerator sGen = new PgpSignatureGenerator(masterKey.PublicKey.Algorithm, hashAlgorithm);
 
                 //
                 // Generate the certification