-
Notifications
You must be signed in to change notification settings - Fork 135
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
fix crypto message #180
base: master
Are you sure you want to change the base?
fix crypto message #180
Conversation
Author: knobik <knobiks@gmail.com> Change-Id: If48e0ae4d0ace41052f50accf503a287f2dcb4e4 Origin: jkuri@02fd458 Bug: JoshKaufman#175 Forwarded: JoshKaufman#180 Signed-off-by: Philippe Coval <p.coval@samsung.com>
4d82572
to
2d2b428
Compare
I’m a little confused as to what this does. At a glance it looks like it removes linking to libssl and libcrypto, which seems like it couldn’t possibly help. What is the message that this is intended to fix? How does this fix it? |
Oops! Reverse that. I see that this ADDS linking. That said, I’d still like to understand better the problem and what this is doing to fix it. |
Please @jkuri explain how this fixed the node10 support ? |
NodeJS 10 uses newer version of integrated OpenSSL than previous Node versions do. Because I reformatted existing source code its it is hard to find updates related to OpenSSL version upgrade, but if you check closely you can find them :-). |
@jkuri it happened only with electron and node 10 on ubuntu 18 |
Is there anything preventing to merge this ? or are we lacking maintainers ? |
I guess the maintainer is too busy |
Yes it looks like @JoshKaufman has other priorities Is anyone willing to help on this ? |
Author: knobik knobiks@gmail.com
Change-Id: If48e0ae4d0ace41052f50accf503a287f2dcb4e4
Origin: jkuri@02fd458
Bug: #175
Signed-off-by: Philippe Coval p.coval@samsung.com