gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] branch master updated: https_fileserver_exa


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: https_fileserver_example: removed unused headers, fixed build with libgnutls in non-default path.
Date: Mon, 13 Nov 2017 17:23:30 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 6fcf545d https_fileserver_example: removed unused headers, fixed build 
with libgnutls in non-default path.
6fcf545d is described below

commit 6fcf545d8fa388ec8c85b35f15d41a5ef8e5944e
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Mon Nov 13 19:23:00 2017 +0300

    https_fileserver_example: removed unused headers, fixed build with
    libgnutls in non-default path.
---
 src/examples/https_fileserver_example.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/examples/https_fileserver_example.c 
b/src/examples/https_fileserver_example.c
index 09938fcf..e48a1502 100644
--- a/src/examples/https_fileserver_example.c
+++ b/src/examples/https_fileserver_example.c
@@ -35,10 +35,6 @@
 #include "platform.h"
 #include <microhttpd.h>
 #include <sys/stat.h>
-#include <gnutls/gnutls.h>
-#ifdef MHD_HTTPS_REQUIRE_GRYPT
-#include <gcrypt.h>
-#endif
 
 #define BUF_SIZE 1024
 #define MAX_URL_LEN 255
@@ -207,8 +203,6 @@ main (int argc, char *const *argv)
       return 1;
     }
 
-  /* TODO check if this is truly necessary -  disallow usage of the blocking 
/dev/random */
-  /* gcry_control(GCRYCTL_ENABLE_QUICK_RANDOM, 0); */
   TLS_daemon =
     MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | 
MHD_USE_INTERNAL_POLLING_THREAD | MHD_USE_ERROR_LOG |
                       MHD_USE_TLS,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]