diff options
author | Robert Hensing <robert@roberthensing.nl> | 2023-02-01 13:34:32 +0100 |
---|---|---|
committer | Robert Hensing <robert@roberthensing.nl> | 2023-04-07 16:24:18 +0200 |
commit | 6e0b7109abb40ded327b15599b29f861d9acb3c9 (patch) | |
tree | ec76c73232d9440ecabb5bc4a2263c351b77a0a7 /src/libutil/util.hh | |
parent | 0746951be1563b1dd590690f9ee48a2fe964bd93 (diff) |
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.
Diffstat (limited to 'src/libutil/util.hh')
-rw-r--r-- | src/libutil/util.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libutil/util.hh b/src/libutil/util.hh index 56160baaf..783a4a601 100644 --- a/src/libutil/util.hh +++ b/src/libutil/util.hh @@ -32,6 +32,9 @@ namespace nix { struct Sink; struct Source; +void initLibUtil(); + +void initOpenSSL(); /** * The system for which Nix is compiled. |