tengine: don't pin to openssl_1_1 anymore

not needed after 2.4.0
This commit is contained in:
ajs124 2023-02-24 00:51:37 +01:00
parent 2d415debb7
commit 22bdb6850c

View File

@ -35894,7 +35894,6 @@ with pkgs;
};
tengine = callPackage ../servers/http/tengine {
openssl = openssl_1_1;
modules = with nginxModules; [ rtmp dav moreheaders modsecurity ];
};