From 0cf6311163538de04a9746e0a5fe747ab7dd2dcc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 20 Oct 2018 11:05:54 +0200 Subject: [PATCH] fix include order --- src/gns/gnunet-gns-proxy.c | 8 ++++---- src/util/crypto_hkdf.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c index d66f5c658..a9013390e 100644 --- a/src/gns/gnunet-gns-proxy.c +++ b/src/gns/gnunet-gns-proxy.c @@ -11,7 +11,7 @@ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ @@ -788,7 +788,7 @@ cleanup_s5r (struct Socks5Request *s5r) s5r->rtask = NULL; } if (NULL != s5r->timeout_task) - { + { GNUNET_SCHEDULER_cancel (s5r->timeout_task); s5r->timeout_task = NULL; } @@ -918,7 +918,7 @@ mhd_content_cb (void *cls, "Continuing CURL interaction for %s%s\n", s5r->domain, s5r->url); - s5r->curl_paused = GNUNET_NO; + s5r->curl_paused = GNUNET_NO; curl_easy_pause (s5r->curl, CURLPAUSE_CONT); } @@ -1461,7 +1461,7 @@ curl_upload_cb (void *buf, s5r->curl_paused = GNUNET_NO; curl_easy_pause (s5r->curl, CURLPAUSE_CONT); - } + } GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Completed CURL UPLOAD %s%s\n", s5r->domain, diff --git a/src/util/crypto_hkdf.c b/src/util/crypto_hkdf.c index 6dae13840..5ed22269f 100644 --- a/src/util/crypto_hkdf.c +++ b/src/util/crypto_hkdf.c @@ -52,8 +52,8 @@ #if GNUNET_BUILD #include "platform.h" -#include "benchmark.h" #include "gnunet_crypto_lib.h" +#include "benchmark.h" #else #define GNUNET_NO 0 #define GNUNET_YES 1 -- 2.25.1