You've already forked linux-packaging-mono
Imported Upstream version 5.0.0.42
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
This commit is contained in:
parent
1190d13a04
commit
6bdd276d05
@ -1,11 +1,19 @@
|
||||
// Copyright 2015 Xamarin Inc. All rights reserved.
|
||||
#if SECURITY_DEP
|
||||
using System;
|
||||
|
||||
#if MONO_SECURITY_ALIAS
|
||||
extern alias MonoSecurity;
|
||||
using MSI = MonoSecurity::Mono.Security.Interface;
|
||||
#else
|
||||
using MSI = Mono.Security.Interface;
|
||||
#endif
|
||||
|
||||
#if MONO_FEATURE_BTLS
|
||||
using Mono.Btls;
|
||||
#endif
|
||||
|
||||
using System;
|
||||
|
||||
namespace Mono.Net.Security
|
||||
{
|
||||
static partial class MonoTlsProviderFactory
|
||||
|
Reference in New Issue
Block a user