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:
authorFilip Navara <filip.navara@gmail.com>2018-08-12 00:01:17 +0300
committerMarek Safar <marek.safar@gmail.com>2018-08-12 00:01:17 +0300
commit9343d6a2b607ab2751e9a704f009704e4bcc8485 (patch)
treec23e0cb3570ceda1bde99c3a0b1fda6406d649ad /mcs/class/Mono.Security/Mono.Security.X509/X509CRL.cs
parent37b78f0640931681cd4043b63e42c7421982a52d (diff)
Remove unnecessary Mono.Security references from corlib. (#10022)
<!-- Thank you for your Pull Request! If you are new to contributing to Mono, please try to do your best at conforming to our coding guidelines http://www.mono-project.com/community/contributing/coding-guidelines/ but don't worry if you get something wrong. One of the project members will help you to get things landed. Does your pull request fix any of the existing issues? Please use the following format: Fixes #issue-number -->
Diffstat (limited to 'mcs/class/Mono.Security/Mono.Security.X509/X509CRL.cs')
-rw-r--r--mcs/class/Mono.Security/Mono.Security.X509/X509CRL.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Mono.Security/Mono.Security.X509/X509CRL.cs b/mcs/class/Mono.Security/Mono.Security.X509/X509CRL.cs
index daa5a5841ff..0553d398deb 100644
--- a/mcs/class/Mono.Security/Mono.Security.X509/X509CRL.cs
+++ b/mcs/class/Mono.Security/Mono.Security.X509/X509CRL.cs
@@ -60,7 +60,7 @@ namespace Mono.Security.X509 {
* crlExtensions [0] Extensions OPTIONAL }
* -- if present, MUST be v2
*/
-#if !INSIDE_CORLIB
+#if !INSIDE_CORLIB && !INSIDE_SYSTEM
public
#endif
class X509Crl {