Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
b846f307
Commit
b846f307
authored
May 08, 2014
by
Frank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws
parent
8962b7de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
curve_client.cpp
src/curve_client.cpp
+1
-1
curve_server.cpp
src/curve_server.cpp
+1
-1
No files found.
src/curve_client.cpp
View file @
b846f307
...
...
@@ -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
...
...
src/curve_server.cpp
View file @
b846f307
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment