mirror of https://github.com/Icinga/icinga2.git
Deal with appletastic deprecation warnings for OpenSSL.
This commit is contained in:
parent
0cc15ffc0c
commit
00709b21c8
|
@ -26,6 +26,10 @@
|
|||
#include <map>
|
||||
#include <list>
|
||||
|
||||
#if defined(__APPLE__) && defined(__MACH__)
|
||||
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
#endif
|
||||
|
||||
#include <openssl/bio.h>
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/err.h>
|
||||
|
|
Loading…
Reference in New Issue