sngrep: build with SSL support
Add configure argument to build sngrep against openssl for SSL connection sniffing support
This commit is contained in:
@@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
|
||||
"--enable-unicode"
|
||||
"--enable-ipv6"
|
||||
"--enable-eep"
|
||||
"--with-openssl"
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
|
||||
Reference in New Issue
Block a user