From: Nick Mathewson Date: Thu, 18 Apr 2013 15:14:05 +0000 (-0400) Subject: Remove a double-newline X-Git-Tag: tor-0.2.5.1-alpha~207^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fec0c1a95ab24f5f18d6995e30fe2111e6b7db2;p=thirdparty%2Ftor.git Remove a double-newline --- diff --git a/src/common/crypto.c b/src/common/crypto.c index 93a60d8c6c..0ababeaea5 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 lst, set the len_out-byte digest * at digest_out to the hash of the concatenation of those strings, * plus the optional string append, computed with the algorithm