aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Mono/Security/ASN1.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Server.Mono/Security/ASN1.cs')
-rw-r--r--MediaBrowser.Server.Mono/Security/ASN1.cs9
1 files changed, 2 insertions, 7 deletions
diff --git a/MediaBrowser.Server.Mono/Security/ASN1.cs b/MediaBrowser.Server.Mono/Security/ASN1.cs
index 751a2ece4e..2fcbde7c16 100644
--- a/MediaBrowser.Server.Mono/Security/ASN1.cs
+++ b/MediaBrowser.Server.Mono/Security/ASN1.cs
@@ -34,18 +34,13 @@ using System.Collections;
using System.IO;
using System.Text;
-namespace Mono.Security {
+namespace MediaBrowser.Server.Mono.Security {
// References:
// a. ITU ASN.1 standards (free download)
// http://www.itu.int/ITU-T/studygroups/com17/languages/
-#if INSIDE_CORLIB
- internal
-#else
- public
-#endif
- class ASN1 {
+ public class ASN1 {
private byte m_nTag;
private byte[] m_aValue;