mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
Move OpenSSL init to initLibUtil
Part of an effort to make it easier to initialize the right things, by moving code into the appropriate libraries.
This commit is contained in:
parent
0746951be1
commit
6e0b7109ab
4 changed files with 31 additions and 21 deletions
|
@ -32,6 +32,9 @@ namespace nix {
|
|||
struct Sink;
|
||||
struct Source;
|
||||
|
||||
void initLibUtil();
|
||||
|
||||
void initOpenSSL();
|
||||
|
||||
/**
|
||||
* The system for which Nix is compiled.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue