From: Roger Dingledine Date: Tue, 12 Oct 2004 19:09:40 +0000 (+0000) Subject: fix signed/unsigned comparison, plus typo X-Git-Tag: debian-version-0.0.8+0.0.9pre2-1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c757b917dc0b92cfa62de60457365a9789801c1;p=thirdparty%2Ftor.git fix signed/unsigned comparison, plus typo svn:r2451 --- diff --git a/src/common/crypto.c b/src/common/crypto.c index 1692aac23a..dfed70850c 100644 --- a/src/common/crypto.c +++ b/src/common/crypto.c @@ -1189,7 +1189,7 @@ static void init_dh_param() { dh_param_g = g; } -/** Allocate and return a new DH object for a key echange. +/** Allocate and return a new DH object for a key exchange. */ crypto_dh_env_t *crypto_dh_new() { diff --git a/src/common/fakepoll.c b/src/common/fakepoll.c index f23c20e652..52359fb27c 100644 --- a/src/common/fakepoll.c +++ b/src/common/fakepoll.c @@ -42,7 +42,7 @@ int tor_poll(struct pollfd *ufds, unsigned int nfds, int timeout) { - int i; + unsigned int i; for (i=0;i= 0); }