Loading src/common/crypto.c +1 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading src/common/fakepoll.c +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ int tor_poll(struct pollfd *ufds, unsigned int nfds, int timeout) { int i; unsigned int i; for (i=0;i<nfds;++i) { tor_assert(ufds[i].fd >= 0); } Loading Loading
src/common/crypto.c +1 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading
src/common/fakepoll.c +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ int tor_poll(struct pollfd *ufds, unsigned int nfds, int timeout) { int i; unsigned int i; for (i=0;i<nfds;++i) { tor_assert(ufds[i].fd >= 0); } Loading