mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01: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 secret_key [41];
|
||||
int rc = crypto_box_keypair (public_key, secret_key);
|
||||
int rc = zmq_curve_keypair (public_key, secret_key);
|
||||
assert (rc == 0);
|
||||
----
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user