Link to libSystem.Security.Cryptography.Native.OpenSsl on macOS, it is used by AEAD...
authorFilip Navara <navara@emclient.com>
Sun, 11 Sep 2022 20:20:21 +0000 (22:20 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Sep 2022 20:20:21 +0000 (13:20 -0700)
src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets

index 3b509a7..58937c0 100644 (file)
@@ -56,7 +56,7 @@ The .NET Foundation licenses this file to you under the MIT license.
       <NetCoreAppNativeLibrary Include="System.IO.Compression.Native" />
       <NetCoreAppNativeLibrary Include="System.Net.Security.Native" />
       <NetCoreAppNativeLibrary Include="System.Security.Cryptography.Native.Apple" Condition="'$(TargetOS)' == 'OSX'" />
-      <NetCoreAppNativeLibrary Include="System.Security.Cryptography.Native.OpenSsl" Condition="'$(TargetOS)' != 'OSX'" />
+      <NetCoreAppNativeLibrary Include="System.Security.Cryptography.Native.OpenSsl" />
     </ItemGroup>
 
     <ItemGroup>