commit 9fec0c1a95ab24f5f18d6995e30fe2111e6b7db2 Author: Nick Mathewson nickm@torproject.org Date: Thu Apr 18 11:14:05 2013 -0400
Remove a double-newline --- src/common/crypto.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/common/crypto.c b/src/common/crypto.c index 93a60d8..0ababea 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
tor-commits@lists.torproject.org