Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@xamarin.com>2011-07-25 17:58:14 +0400
committerSebastien Pouliot <sebastien@xamarin.com>2011-07-25 17:58:14 +0400
commit29cbc706f4527eab6b692d1a02ec51df8d5fab66 (patch)
tree5075d9983957a79cf27b7b8410323e1ca4f91f9d /mcs/class/System.Security/Makefile
parentbd0846413e98de6bac5e5e6e82a23fdae7488891 (diff)
Fixed decoding of PKCS/CMS message with detached ContentInfo. Pull request from Pablo Ruiz Garcia <pablo.ruiz@gmail.com>
Diffstat (limited to 'mcs/class/System.Security/Makefile')
-rw-r--r--mcs/class/System.Security/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mcs/class/System.Security/Makefile b/mcs/class/System.Security/Makefile
index bf261067d24..42ae5a2683f 100644
--- a/mcs/class/System.Security/Makefile
+++ b/mcs/class/System.Security/Makefile
@@ -24,7 +24,9 @@ EXTRA_DISTFILES = \
Test/System.Security.Cryptography.Xml/sample.pfx \
Test/System.Security.Cryptography.Xml/EncryptedXmlSample1.xml \
Test/System.Security.Cryptography.Xml/EncryptedXmlSample2.xml \
- Test/System.Security.Cryptography.Xml/EncryptedXmlSample3.xml
+ Test/System.Security.Cryptography.Xml/EncryptedXmlSample3.xml \
+ Test/System.Security.Cryptography.Pkcs/detached.data \
+ Test/System.Security.Cryptography.Pkcs/detached.p7
include ../../build/library.make