mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
add of the features texte file
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
12 résultats - Fichiers 9
|
||||
|
||||
lib/internal.h:
|
||||
41: #include <gnutls/gnutls.h>
|
||||
43: #include <gnutls/abstract.h>
|
||||
|
||||
microhttpd/connection_https.c:
|
||||
36 #include "mhd_mono_clock.h"
|
||||
37: #include <gnutls/gnutls.h>
|
||||
38 #include "mhd_send.h"
|
||||
|
||||
microhttpd/internal.h:
|
||||
37 #ifdef HTTPS_SUPPORT
|
||||
38: #include <gnutls/gnutls.h>
|
||||
39 #if GNUTLS_VERSION_MAJOR >= 3
|
||||
40: #include <gnutls/abstract.h>
|
||||
41 #endif
|
||||
|
||||
microhttpd/md5_ext.c:
|
||||
25
|
||||
26: #include <gnutls/crypto.h>
|
||||
27 #include "md5_ext.h"
|
||||
|
||||
microhttpd/sha256_ext.c:
|
||||
25
|
||||
26: #include <gnutls/crypto.h>
|
||||
27 #include "sha256_ext.h"
|
||||
|
||||
microhttpd/test_upgrade_large.c:
|
||||
50 #ifdef HTTPS_SUPPORT
|
||||
51: #include <gnutls/gnutls.h>
|
||||
52 #include "../testcurl/https/tls_test_keys.h"
|
||||
|
||||
microhttpd/test_upgrade.c:
|
||||
53 #ifdef HTTPS_SUPPORT
|
||||
54: #include <gnutls/gnutls.h>
|
||||
55 #include "../testcurl/https/tls_test_keys.h"
|
||||
|
||||
testcurl/https/test_https_sni.c:
|
||||
36 #include "tls_test_common.h"
|
||||
37: #include <gnutls/gnutls.h>
|
||||
38
|
||||
|
||||
41
|
||||
42: #include <gnutls/abstract.h>
|
||||
43
|
||||
|
||||
testcurl/https/tls_test_common.h:
|
||||
29 #include <limits.h>
|
||||
30: #include <gnutls/gnutls.h>
|
||||
31
|
||||
Reference in New Issue
Block a user