Skip to content

Instantly share code, notes, and snippets.

View yyq's full-sized avatar
💭
too busy

Yanqing yyq

💭
too busy
  • 01.AI
  • Hangzhou, China
View GitHub Profile
@yyq
yyq / rbenv-1.8.7-openssl.patch
Created October 17, 2016 07:26
rbenv-1.8.7-openssl.patch
--- ext/openssl/ossl_pkey_ec.c
+++ ext/openssl/ossl_pkey_ec.c
@@ -757,8 +757,10 @@ static VALUE ossl_ec_group_initialize(int argc, VALUE *argv, VALUE self)
method = EC_GFp_mont_method();
} else if (id == s_GFp_nist) {
method = EC_GFp_nist_method();
+#if !defined(OPENSSl_NO_EC2M)
} else if (id == s_GF2m_simple) {
method = EC_GF2m_simple_method();
+#endif
@yyq
yyq / flickr
Last active December 17, 2015 11:38
api key:
<http://www.flickr.com/services/apps/by/93995047@N06>