mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 06:00:10 +00:00
18 lines
458 B
Diff
18 lines
458 B
Diff
--- a/src/runtime/src/native/libs/System.Security.Cryptography.Native/opensslshim.c
|
|
+++ b/src/runtime/src/native/libs/System.Security.Cryptography.Native/opensslshim.c
|
|
@@ -77,14 +77,6 @@ static void OpenLibraryOnce(void)
|
|
DlOpen(soName);
|
|
}
|
|
|
|
-#ifdef TARGET_ANDROID
|
|
- if (libssl == NULL)
|
|
- {
|
|
- // Android OpenSSL has no soname
|
|
- DlOpen(LIBNAME);
|
|
- }
|
|
-#endif
|
|
-
|
|
if (libssl == NULL)
|
|
{
|
|
// Prefer OpenSSL 3.x
|