Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate equinox.security.win32 to JNA to enhance CPU-arch compatibility #564

Merged
merged 1 commit into from Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -24,11 +24,11 @@
*/
public class WinPreferencesTest extends SecurePreferencesTest {

final private static String WIN_64BIT_BUNDLE = "org.eclipse.equinox.security.win32.x86_64";
final private static String WIN_BUNDLE = "org.eclipse.equinox.security.win32";

@Before
public void setUp() {
org.junit.Assume.assumeTrue(hasBundle(WIN_64BIT_BUNDLE));
org.junit.Assume.assumeTrue(hasBundle(WIN_BUNDLE));
}

/**
Expand Down
84 changes: 0 additions & 84 deletions bundles/org.eclipse.equinox.security.win32.x86_64/cpp/jnicrypt.cpp

This file was deleted.

31 changes: 0 additions & 31 deletions bundles/org.eclipse.equinox.security.win32.x86_64/cpp/jnicrypt.h

This file was deleted.