]> git.codecow.com Git - Monocypher.git/commitdiff
Fixed typo in manual
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 15 Dec 2019 23:09:34 +0000 (00:09 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 15 Dec 2019 23:11:13 +0000 (00:11 +0100)
doc/man/man3/crypto_sign_init_first_pass_custom_hash.3monocypher

index 1f9d61a96d57d9260e10add85e00cad51dab89bf..3f9b35cd045f612cfe355a14f69cba0ca2170a10 100644 (file)
@@ -223,7 +223,7 @@ main(void)
     crypto_sign_final(           (void*)&ctx, mine);
 
     if (crypto_verify64(theirs, mine) != 0) {
-        fprintf(stderr, "theirs != mine\en");
+        fprintf(stderr, "theirs != mine\n");
         return 1;
     }
     puts("ok");