diff --git a/src/core/linux/convhelper.cpp b/src/core/linux/convhelper.cpp index 5ed77752..9bf00074 100644 --- a/src/core/linux/convhelper.cpp +++ b/src/core/linux/convhelper.cpp @@ -24,9 +24,9 @@ #error This file is not for Windows. #endif -#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__) - #define HAVE_ICONV_CONST -#endif +#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__) + #define HAVE_ICONV_CONST +#endif #include #include diff --git a/src/core/openssl_wrapper.h b/src/core/openssl_wrapper.h index e1907457..7a58124e 100644 --- a/src/core/openssl_wrapper.h +++ b/src/core/openssl_wrapper.h @@ -41,10 +41,10 @@ #endif // For BSD-Systems, we assume that OpenSSL is part of the operating system. -// -// make sure you understood the following issue before defining this directive. -// "2. Can I use OpenSSL with GPL software?" -// http://www.openssl.org/support/faq.html#LEGAL2 +// +// make sure you understood the following issue before defining this directive. +// "2. Can I use OpenSSL with GPL software?" +// http://www.openssl.org/support/faq.html#LEGAL2 // #if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) #define HAVE_OPENSSL