mirror of
https://github.com/NixOS/nix
synced 2025-06-30 07:33:16 +02:00
Revert "Remove obsolete OpenSSL locking code"
This reverts commit aeb695c007
.
This commit is contained in:
parent
e302ba0e65
commit
4caeefaf00
2 changed files with 20 additions and 4 deletions
|
@ -13,10 +13,6 @@
|
|||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#if OPENSSL_VERSION_NUMBER < 0x10101000L
|
||||
#error "Unsupported version of OpenSSL, you need at least 1.1.1"
|
||||
#endif
|
||||
|
||||
namespace nix {
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue