Skip to content
Snippets Groups Projects
Verified Commit 413b9790 authored by Petr Špaček's avatar Petr Špaček Committed by Tomas Krizek
Browse files

doh debug: avoid warning about _GNU_SOURCE redefinition

parent fef84777
No related branches found
No related tags found
1 merge request!886DoH debugging: auxiliary library for OpenSSL key logging
......@@ -27,7 +27,10 @@
# define NO_OPENSSL_102_SUPPORT
#endif
#define _GNU_SOURCE /* for RTLD_NEXT */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE /* for RTLD_NEXT */
#endif
#include <dlfcn.h>
#ifndef NO_OPENSSL_102_SUPPORT
# include <openssl/ssl.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment