1
0
Fork 0
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:
Eelco Dolstra 2019-09-04 14:06:52 +02:00
parent e302ba0e65
commit 4caeefaf00
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 20 additions and 4 deletions

View file

@ -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 {