diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-04-18 11:14:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-04-18 11:14:05 -0400 |
commit | 9fec0c1a95ab24f5f18d6995e30fe2111e6b7db2 (patch) | |
tree | 9257f2cf18d9ffe2712a0dfb207a645184ad4f44 /src | |
parent | 8362f8854aa3e36b766724226a3baec4d325c1c0 (diff) | |
download | tor-9fec0c1a95ab24f5f18d6995e30fe2111e6b7db2.tar tor-9fec0c1a95ab24f5f18d6995e30fe2111e6b7db2.tar.gz |
Remove a double-newline
Diffstat (limited to 'src')
-rw-r--r-- | src/common/crypto.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/crypto.c b/src/common/crypto.c index 93a60d8c6..0ababeaea 100644 --- a/src/common/crypto.c +++ b/src/common/crypto.c @@ -1614,7 +1614,6 @@ crypto_digest_assign(crypto_digest_t *into, memcpy(into,from,sizeof(crypto_digest_t)); } - /** Given a list of strings in <b>lst</b>, set the <b>len_out</b>-byte digest * at <b>digest_out</b> to the hash of the concatenation of those strings, * plus the optional string <b>append</b>, computed with the algorithm |