mirror of
https://github.com/NixOS/nix
synced 2025-06-30 07:33:16 +02:00
Remove obsolete OpenSSL locking code
OpenSSL 1.1.1 no longer needs this (2e52e7df51
).
This shuts up a clang warning about opensslLockCallback being unused.
This commit is contained in:
parent
c693f80b81
commit
aeb695c007
2 changed files with 4 additions and 20 deletions
|
@ -13,6 +13,10 @@
|
|||
#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