mirror of
https://github.com/NixOS/nix
synced 2025-06-29 10:31:15 +02:00
Require openssl >= 1.1.1
Versions older this are sufficiently old that we don't want to support them, and they require extra support code.
This commit is contained in:
parent
2196fd1146
commit
2445afd92c
4 changed files with 1 additions and 27 deletions
|
@ -48,7 +48,6 @@ extern char * * environ __attribute__((weak));
|
|||
namespace nix {
|
||||
|
||||
void initLibUtil() {
|
||||
initOpenSSL();
|
||||
}
|
||||
|
||||
std::optional<std::string> getEnv(const std::string & key)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue