]> git.codecow.com Git - Monocypher.git/commitdiff
Fix function type on man page for crypto_sign
authorCuleX <cculex@gmail.com>
Wed, 13 Sep 2017 12:24:03 +0000 (14:24 +0200)
committerCuleX <cculex@gmail.com>
Wed, 13 Sep 2017 12:24:03 +0000 (14:24 +0200)
man/3monocypher/crypto_sign.3monocypher

index 93351b53aac6ab538d0c780f246ce50c7d19bb55..3eb47b4ffef5c325b9397c71b44876757299e94d 100644 (file)
@@ -8,7 +8,7 @@
 .Nd public key signatures
 .Sh SYNOPSIS
 .In monocypher.h
-.Ft int
+.Ft void
 .Fo crypto_sign
 .Fa "uint8_t signature[64]"
 .Fa "const uint8_t secret_key[32]"