mirror of
https://github.com/zeromq/libzmq.git
synced 2025-07-03 01:05:23 +02:00
Minor change to zmq_curve_keypair doc
This commit is contained in:
parent
bf08114be4
commit
2bcf860e77
@ -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