Hi Pieter & Ian,

libcurve #11 builds well, but curve_selftest fails for me :

$ /usr/bin/curve_selftest
 * curve_keypair: OK
 * curve_keystore: OK
curve_selftest: curve_codec.c:915: curve_codec_test: Assertion `rc == 0' failed.
 * curve_codec: Abandon

From the code :

    //  @selftest
    curve_keystore_t *keystore = curve_keystore_new ();
    int rc = curve_keystore_load (keystore, "test_keystore");
    assert (rc == 0);

If I am right, we load some keys from a file that was not created before. Is it correct ?

Cheers,


Laurent.

P.S. : sorry if I have posted this twice. It seems that the first reply I made in response to the merge has not worked.

Le 08/09/2013 19:17, Ian Barber a écrit :

Merged #11 <https://github.com/zeromq/libcurve/pull/11>.

—
Reply to this email directly or view it on GitHub <https://github.com/zeromq/libcurve/pull/11>.




_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to