Skip to content

Commit 44986c2

Browse files
committed
fix: Fixed LITE build compilation
1 parent a646273 commit 44986c2

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

MLAPI/Configuration/NetworkConfig.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
using System.Linq;
55
using MLAPI.Transports;
66
using BitStream = MLAPI.Serialization.BitStream;
7-
#if !DISABLE_CRYPTOGRAPHY
87
using System.Security.Cryptography.X509Certificates;
9-
#endif
108
using MLAPI.Hashing;
119
using MLAPI.Serialization.Pooled;
1210
using UnityEngine.Serialization;

MLAPI/Core/NetworkingManager.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
using System.Collections.Generic;
44
using UnityEngine;
55
using System.Linq;
6-
#if !DISABLE_CRYPTOGRAPHY
7-
using System.Security.Cryptography;
8-
using System.Security.Cryptography.X509Certificates;
9-
#endif
106
using MLAPI.Logging;
117
using UnityEngine.SceneManagement;
128
using System.IO;
9+
using System.Security.Cryptography;
10+
using System.Security.Cryptography.X509Certificates;
1311
using MLAPI.Configuration;
1412
using MLAPI.Security;
1513
using MLAPI.Internal;

0 commit comments

Comments
 (0)