Skip to content

Instantly share code, notes, and snippets.

@TooTallNate
Created September 17, 2012 23:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TooTallNate/db47d446ecb9e957ea5f to your computer and use it in GitHub Desktop.
Save TooTallNate/db47d446ecb9e957ea5f to your computer and use it in GitHub Desktop.
[root@828cbda3-e3d6-4744-86bf-8ad6733dcf15 ~/node]# git diff
diff --git a/deps/openssl/openssl.gyp b/deps/openssl/openssl.gyp
index 224c73b..3df5905 100644
--- a/deps/openssl/openssl.gyp
+++ b/deps/openssl/openssl.gyp
@@ -23,6 +23,7 @@
'OPENSSL_NO_TTY',
],
'sources': [
+ 'openssl/crypto/x86cpuid.S',
'openssl/ssl/bio_ssl.c',
'openssl/ssl/d1_both.c',
'openssl/ssl/d1_clnt.c',
@@ -445,7 +446,7 @@
'openssl/crypto/mdc2/mdc2_one.c',
'openssl/crypto/mdc2/mdc2dgst.c',
'openssl/crypto/mem.c',
- 'openssl/crypto/mem_clr.c',
+ #'openssl/crypto/mem_clr.c',
'openssl/crypto/mem_dbg.c',
'openssl/crypto/modes/cbc128.c',
'openssl/crypto/modes/ccm128.c',
@@ -557,7 +558,6 @@
'openssl/crypto/sha/sha_one.c',
'openssl/crypto/srp/srp_lib.c',
'openssl/crypto/srp/srp_vfy.c',
- 'openssl/crypto/srp/srptest.c',
'openssl/crypto/stack/stack.c',
'openssl/crypto/store/str_err.c',
'openssl/crypto/store/str_lib.c',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment