summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl.gyp
AgeCommit message (Collapse)Author
2011-12-19gyp: include opensslconf.h on x64Ben Noordhuis
Good news, it means we don't have to compile with OPENSSL_NO_ASM=1 after all.
2011-12-19gyp: compile openssl with OPENSSL_NO_ASM=1Ben Noordhuis
Fixes linker error "undefined reference to `OPENSSL_ia32_cpuid'". This is sub-optimal and needs to be revisited, the plain C implementations are often much slower.
2011-08-23gyp: Don't pass C++ flags to C compiler, and don't pass -ansi in OpenSSL builds.Evan Martin
2011-08-22Upgrade to 0.9.8r.Peter Bright
Build in Win32.
2011-08-22import openssl from chromeRyan Dahl