mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user