summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2013-11-01 19:46:58 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2013-11-01 19:46:58 +0700
commit53a98a17e15b522051963b0dd2eb740dada48c96 (patch)
treea184dfb502c13d3ac3456aada7132cd2de9277ee
parentMerge branch 'feature/gmac' of git://github.com/timw/bc-csharp (diff)
downloadBouncyCastle.NET-ed25519-53a98a17e15b522051963b0dd2eb740dada48c96.tar.xz
Add GMac classes to project file
-rw-r--r--crypto/crypto.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 852df2c09..6f4ba1500 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -3679,6 +3679,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\crypto\macs\GMac.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\crypto\macs\GOST28147Mac.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
@@ -9682,6 +9687,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "test\src\crypto\test\GMacTest.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "test\src\crypto\test\OCBTest.cs"
                     SubType = "Code"
                     BuildAction = "Compile"