ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/lang/mono/files/patch-mcs_class_Mono.Security_Mono.Security.Cryptography_KeyPairPersistence.cs
Revision: 24692
Committed: Fri Nov 23 17:17:39 2018 UTC (5 years, 5 months ago) by laffer1
Content type: text/plain
File size: 586 byte(s)
Log Message:
update patchset

File Contents

# Content
1 --- mcs/class/Mono.Security/Mono.Security.Cryptography/KeyPairPersistence.cs.orig 2017-07-20 18:10:59 UTC
2 +++ mcs/class/Mono.Security/Mono.Security.Cryptography/KeyPairPersistence.cs
3 @@ -244,7 +244,7 @@ namespace Mono.Security.Cryptography {
4 if ((_machinePath == null) || (!_machinePathExists)) {
5 _machinePath = Path.Combine (
6 Environment.GetFolderPath (Environment.SpecialFolder.CommonApplicationData),
7 - ".mono");
8 + "mono");
9 _machinePath = Path.Combine (_machinePath, "keypairs");
10
11 _machinePathExists = Directory.Exists (_machinePath);

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain