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