On Fri, Oct 5, 2012 at 4:13 AM, Justin Meltzer <[email protected]> wrote: > There's a small bug with respect to an Internet Explorer corner case in the > openssl dependency package. I'd like to modify one of the openssl C files > but I'm at a loss as to how to recompile this package so that node can use > my updates. Any help would be greatly appreciated!
I assume that you mean the bundled version that lives in deps/openssl? It should be trivial, just edit the file and run make, gyp (the build system) will pick up the changes and recompile the required files. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
