diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-26 09:53:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-26 09:53:12 -0400 |
commit | dd572dac34c0ba9e3c360d462d77a09e4f584511 (patch) | |
tree | 11bf5432fc8bd4e5ce6cd7f2aeb6d67352e416b9 /src/common/crypto_ed25519.c | |
parent | c81b1358e706da65b5a513bc8fd851c62e0645b0 (diff) | |
download | tor-dd572dac34c0ba9e3c360d462d77a09e4f584511.tar.gz tor-dd572dac34c0ba9e3c360d462d77a09e4f584511.zip |
Fix all doxygen warnings (other than missing docs)
Diffstat (limited to 'src/common/crypto_ed25519.c')
-rw-r--r-- | src/common/crypto_ed25519.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto_ed25519.c b/src/common/crypto_ed25519.c index 1d0cfd01ce..ea2d8e3892 100644 --- a/src/common/crypto_ed25519.c +++ b/src/common/crypto_ed25519.c @@ -414,7 +414,7 @@ ed25519_seckey_write_to_file(const ed25519_secret_key_t *seckey, /** * Read seckey unencrypted from <b>filename</b>, storing it into - * <b>seckey_out</b>. Set *<b>tag_out</> to the tag it was marked with. + * <b>seckey_out</b>. Set *<b>tag_out</b> to the tag it was marked with. * Return 0 on success, -1 on failure. */ int |