Commit b846f307 authored by Frank's avatar Frank

ws

parent 8962b7de
...@@ -45,7 +45,7 @@ zmq::curve_client_t::curve_client_t (const options_t &options_) : ...@@ -45,7 +45,7 @@ zmq::curve_client_t::curve_client_t (const options_t &options_) :
unsigned char tmpbytes[4]; unsigned char tmpbytes[4];
randombytes(tmpbytes, 4); randombytes(tmpbytes, 4);
#else #else
// todo check return code // todo check return code
sodium_init(); sodium_init();
#endif #endif
......
...@@ -50,7 +50,7 @@ zmq::curve_server_t::curve_server_t (session_base_t *session_, ...@@ -50,7 +50,7 @@ zmq::curve_server_t::curve_server_t (session_base_t *session_,
unsigned char tmpbytes[4]; unsigned char tmpbytes[4];
randombytes(tmpbytes, 4); randombytes(tmpbytes, 4);
#else #else
// todo check return code // todo check return code
sodium_init(); sodium_init();
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment