Commit 2bcf860e authored by KennethWilke's avatar KennethWilke

Minor change to zmq_curve_keypair doc

parent bf08114b
......@@ -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);
----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment