mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 00:46:05 +01:00
ws
This commit is contained in:
parent
8962b7de45
commit
b846f3075c
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user