socat: add patch to fix build with libressl

This fixes the build for libressl >= 2.3 as some legacy openssl code has
been removed.
This commit is contained in:
Robin Gloster
2015-12-23 22:08:33 +00:00
parent 93d3f6f52b
commit 8613060425
3 changed files with 180 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
buildInputs = [ openssl ];
patches = [ ./enable-ecdhe.patch ];
patches = [ ./enable-ecdhe.patch ./libressl-fixes.patch ];
meta = {
description = "A utility for bidirectional data transfer between two independent data channels";