lol
at v206 19 lines 536 B view raw
1--- socat-1.7.3.0/xio-openssl.c 2015-01-24 15:33:42.000000000 +0100 2+++ socat-1.7.3.0-ecdhe/xio-openssl.c 2015-01-25 13:38:54.353641097 +0100 3@@ -960,7 +960,6 @@ 4 } 5 } 6 7-#if defined(EC_KEY) /* not on Openindiana 5.11 */ 8 { 9 /* see http://openssl.6102.n7.nabble.com/Problem-with-cipher-suite-ECDHE-ECDSA-AES256-SHA384-td42229.html */ 10 int nid; 11@@ -982,7 +981,6 @@ 12 13 SSL_CTX_set_tmp_ecdh(*ctx, ecdh); 14 } 15-#endif /* !defined(EC_KEY) */ 16 17 #if OPENSSL_VERSION_NUMBER >= 0x00908000L 18 if (opt_compress) { 19