Unverified Commit 7d09debf authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #217936 from helsinki-systems/tengine_ossl3

tengine: don't pin to openssl_1_1 anymore
parents e3cdb0f1 22bdb685
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -35896,7 +35896,6 @@ with pkgs;
  };
  tengine = callPackage ../servers/http/tengine {
    openssl = openssl_1_1;
    modules = with nginxModules; [ rtmp dav moreheaders modsecurity ];
  };