aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Internal/NativeExtension.cs
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-02-03 09:47:35 -0800
committerGravatar murgatroid99 <mlumish@google.com>2016-02-03 09:47:35 -0800
commit41a9e83360b937e1a4256ed2511c97f9fc9836ab (patch)
treed334f48ce27eb13f48f233fe49379352849bd232 /src/csharp/Grpc.Core/Internal/NativeExtension.cs
parent673f65be1430c609a29a9310d71929f79184d97e (diff)
parent6b4ec07ec9028e6c4727a3f1b83a166087d44f11 (diff)
Merged from master
Diffstat (limited to 'src/csharp/Grpc.Core/Internal/NativeExtension.cs')
-rw-r--r--src/csharp/Grpc.Core/Internal/NativeExtension.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Core/Internal/NativeExtension.cs b/src/csharp/Grpc.Core/Internal/NativeExtension.cs
index 137533b3ef..e14d33ea50 100644
--- a/src/csharp/Grpc.Core/Internal/NativeExtension.cs
+++ b/src/csharp/Grpc.Core/Internal/NativeExtension.cs
@@ -60,6 +60,8 @@ namespace Grpc.Core.Internal
// to make sure we don't lose any logs.
NativeLogRedirector.Redirect(this.nativeMethods);
+ DefaultSslRootsOverride.Override(this.nativeMethods);
+
Logger.Debug("gRPC native library loaded successfully.");
}