mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-31 14:39:55 +01:00
Merge pull request #911 from KennethWilke/master
Minor change to zmq_curve_keypair doc
This commit is contained in:
commit
b63c5e5469
@ -38,7 +38,7 @@ EXAMPLE
|
|||||||
----
|
----
|
||||||
char public_key [41];
|
char public_key [41];
|
||||||
char secret_key [41];
|
char secret_key [41];
|
||||||
int rc = crypto_box_keypair (public_key, secret_key);
|
int rc = zmq_curve_keypair (public_key, secret_key);
|
||||||
assert (rc == 0);
|
assert (rc == 0);
|
||||||
----
|
----
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user