Skip to content

Commit f5e7380

Browse files
Add missing using statements to TestSsl
1 parent 855d2ca commit f5e7380

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/client/Unit/src/unit/TestSsl.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
using NUnit.Framework;
4242
using System;
4343
using System.Net.Security;
44+
using System.Security.Authentication;
4445
using RabbitMQ.Client;
46+
using RabbitMQ.Client.Exceptions;
4547

4648
namespace RabbitMQ.Client.Unit
4749
{

0 commit comments

Comments
 (0)