Merge pull request #112 from hintjens/master

This commit is contained in:
Constantin Rack 2016-03-15 07:02:50 +01:00
commit d8732929d5

View File

@ -111,7 +111,7 @@ zmq::ctx_t::~ctx_t ()
// If we've done any Curve encryption, we may have a file handle
// to /dev/urandom open that needs to be cleaned up.
#ifdef HAVE_LIBSODIUM
#if defined (ZMQ_USE_TWEETNACL)
randombytes_close();
#endif