mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-25 14:30:03 +00:00
Merge pull request #112 from hintjens/master
This commit is contained in:
commit
d8732929d5
@ -111,7 +111,7 @@ zmq::ctx_t::~ctx_t ()
|
|||||||
|
|
||||||
// If we've done any Curve encryption, we may have a file handle
|
// If we've done any Curve encryption, we may have a file handle
|
||||||
// to /dev/urandom open that needs to be cleaned up.
|
// to /dev/urandom open that needs to be cleaned up.
|
||||||
#ifdef HAVE_LIBSODIUM
|
#if defined (ZMQ_USE_TWEETNACL)
|
||||||
randombytes_close();
|
randombytes_close();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user