diff options
Diffstat (limited to 'wrappers/dotnet/VNLib.Utils.Cryptography.Noscrypt/src/NCContext.cs')
-rw-r--r-- | wrappers/dotnet/VNLib.Utils.Cryptography.Noscrypt/src/NCContext.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/dotnet/VNLib.Utils.Cryptography.Noscrypt/src/NCContext.cs b/wrappers/dotnet/VNLib.Utils.Cryptography.Noscrypt/src/NCContext.cs index 8f8c6b4..61128eb 100644 --- a/wrappers/dotnet/VNLib.Utils.Cryptography.Noscrypt/src/NCContext.cs +++ b/wrappers/dotnet/VNLib.Utils.Cryptography.Noscrypt/src/NCContext.cs @@ -33,7 +33,7 @@ namespace VNLib.Utils.Cryptography.Noscrypt /// </summary> public sealed class NCContext : SafeHandleZeroOrMinusOneIsInvalid { - private readonly IUnmangedHeap Heap; + internal readonly IUnmangedHeap Heap; /// <summary> /// The library this context was created from |