Merge pull request #217936 from helsinki-systems/tengine_ossl3

tengine: don't pin to openssl_1_1 anymore
This commit is contained in:
Mario Rodas 2023-02-24 03:18:11 -05:00 committed by GitHub
commit 7d09debf6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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