Commit b63c5e54 authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #911 from KennethWilke/master

Minor change to zmq_curve_keypair doc
parents bf08114b 2bcf860e
......@@ -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