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

cross platform support #2

Open
mr-tron opened this issue Oct 22, 2018 · 2 comments
Open

cross platform support #2

mr-tron opened this issue Oct 22, 2018 · 2 comments

Comments

@mr-tron
Copy link

mr-tron commented Oct 22, 2018

for linux enough change
[DllImport("libcrypto.dll", CallingConvention = CallingConvention.Cdecl)] to
[DllImport("/usr/lib/x86_64-linux-gnu/libssl.so", CallingConvention = CallingConvention.Cdecl)]

@MihaZupan
Copy link
Owner

I can make the path be a constant string you can change in one place, but I don't know that there's a fixed location for openssl libraries on linux.

@mr-tron
Copy link
Author

mr-tron commented Oct 23, 2018

I think you can just add libssl.so to repo, like libcrypto.dll

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants