Fixed initialisation of old GnuTLS versions

This commit is contained in:
Evgeny Grin (Karlson2k)
2022-09-25 18:39:40 +03:00
parent 8815effe66
commit 1e288041bd
21 changed files with 84 additions and 82 deletions
+2 -2
View File
@@ -31,9 +31,9 @@
#include <limits.h>
#include <curl/curl.h>
#include <pthread.h>
#ifdef MHD_HTTPS_REQUIRE_GRYPT
#ifdef MHD_HTTPS_REQUIRE_GCRYPT
#include <gcrypt.h>
#endif /* MHD_HTTPS_REQUIRE_GRYPT */
#endif /* MHD_HTTPS_REQUIRE_GCRYPT */
#include "tls_test_common.h"
#include "tls_test_keys.h"