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:
authorAtsushi Eno <atsushieno@gmail.com>2006-09-22 08:32:02 +0400
committerAtsushi Eno <atsushieno@gmail.com>2006-09-22 08:32:02 +0400
commit24da8a2f2a8994003d52c34eea7c66fe36c764d6 (patch)
tree4139092518883d24e20c54664e723ae894ac2cf2 /mcs/class/System.Security/Makefile
parente2b9ba5fa59998bde4011f170160df72ddcd4ca6 (diff)
2006-09-22 Atsushi Enomoto <atsushi@ximian.com>
* EncryptedXml.cs : use Padding member instead of const ISO10126 (though I doubt it should be there). Use it in DecryptData(). * EncryptedXmlTest.cs, EncryptedXmlSample3.xml : another decryption test for padding sanity. * Makefile: Added Test/S.S.C.Xml/EncryptedXmlSample3.xml to EXTRA_DISTFILES. svn path=/trunk/mcs/; revision=65804
Diffstat (limited to 'mcs/class/System.Security/Makefile')
-rw-r--r--mcs/class/System.Security/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/System.Security/Makefile b/mcs/class/System.Security/Makefile
index b97d2f24717..4a5122aaf21 100644
--- a/mcs/class/System.Security/Makefile
+++ b/mcs/class/System.Security/Makefile
@@ -17,6 +17,7 @@ endif
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/EncryptedXmlSample2.xml \
+ Test/System.Security.Cryptography.Xml/EncryptedXmlSample3.xml
include ../../build/library.make