Skip to content

Instantly share code, notes, and snippets.

Created September 18, 2012 00:02
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 anonymous/f9d201ad466005cecdb4 to your computer and use it in GitHub Desktop.
Save anonymous/f9d201ad466005cecdb4 to your computer and use it in GitHub Desktop.
From e93158eeb3299b2700cd203087fecb1aa2783d90 Mon Sep 17 00:00:00 2001
From: Bert Belder <bertbelder@gmail.com>
Date: Tue, 18 Sep 2012 02:01:55 +0200
Subject: [PATCH 1/1] maybe fix apple
---
deps/openssl/openssl/crypto/evp/e_rc4_hmac_md5.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/deps/openssl/openssl/crypto/evp/e_rc4_hmac_md5.c b/deps/openssl/openssl/crypto/evp/e_rc4_hmac_md5.c
index 5656319..9a55267 100644
--- a/deps/openssl/openssl/crypto/evp/e_rc4_hmac_md5.c
+++ b/deps/openssl/openssl/crypto/evp/e_rc4_hmac_md5.c
@@ -104,7 +104,6 @@ static int rc4_hmac_md5_init_key(EVP_CIPHER_CTX *ctx,
defined(__x86_64) || defined(__x86_64__) || \
defined(_M_AMD64) || defined(_M_X64) || \
defined(__INTEL__) ) && \
- !(defined(__APPLE__) && defined(__MACH__))
#define STITCHED_CALL
#endif
--
1.7.11.msysgit.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment