This commit is contained in:
Frank 2014-05-09 00:07:02 +02:00
parent 8962b7de45
commit b846f3075c
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ zmq::curve_client_t::curve_client_t (const options_t &options_) :
unsigned char tmpbytes[4];
randombytes(tmpbytes, 4);
#else
// todo check return code
// todo check return code
sodium_init();
#endif

View File

@ -50,7 +50,7 @@ zmq::curve_server_t::curve_server_t (session_base_t *session_,
unsigned char tmpbytes[4];
randombytes(tmpbytes, 4);
#else
// todo check return code
// todo check return code
sodium_init();
#endif