forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: make opensslconf.h work on multi platform
This updates opensslconf.h generated on linux-x86_64 so as to work on multi platform. Several defines are need to be changed according to its architecture. See tables in `deps/openssl/doc/openssl_conf.pdf` for details. In addition to above, the following two changes were made. - OPENSSL_CPUID_OBJ was commented out because it's already defined within GYP - added `OPENSSL_NO_CAPIENG` define on WIN32 because it caused build errors in linking functions of crypt32.lib. See comments in `deps/openssl/openssl/engine/e_capi.c` for details.
- Loading branch information
Shigeki Ohtsu
committed
Apr 6, 2015
1 parent
f3fe676
commit 2d5ca2a
Showing
1 changed file
with
105 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters