Commit 22bdb685 authored by ajs124's avatar ajs124
Browse files

tengine: don't pin to openssl_1_1 anymore

not needed after 2.4.0
parent 2d415deb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -35894,7 +35894,6 @@ with pkgs;
  };
  tengine = callPackage ../servers/http/tengine {
    openssl = openssl_1_1;
    modules = with nginxModules; [ rtmp dav moreheaders modsecurity ];
  };