Unverified Commit 24105469 authored by Charles's avatar Charles Committed by GitHub
Browse files

sngrep: build with SSL support

Add configure argument to build sngrep against openssl for SSL connection sniffing support
parent 6d7b9a5d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
    "--enable-unicode"
    "--enable-ipv6"
    "--enable-eep"
    "--with-openssl"
  ];

  preConfigure = ''