summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: decb31f)
raw | patch | inline | side by side (parent: decb31f)
author | Florian Forster <octo@collectd.org> | |
Wed, 3 May 2017 09:45:42 +0000 (11:45 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Wed, 3 May 2017 09:45:42 +0000 (11:45 +0200) |
Copied from src/network.c
src/libcollectdclient/network_parse.c | patch | blob | history |
index 7a9c32ad6eeab59ed2253d37f703802cb03c0e46..cbd434b6dd31de539d138a0b932ed2a98c20d102 100644 (file)
#include <stdio.h>
#define DEBUG(...) printf(__VA_ARGS__)
+#if GCRYPT_VERSION_NUMBER < 0x010600
GCRY_THREAD_OPTION_PTHREAD_IMPL;
+#endif
/* forward declaration because parse_sign_sha256()/parse_encrypt_aes256() and
* network_parse() need to call each other. */