Deal with appletastic deprecation warnings for OpenSSL.

This commit is contained in:
Gunnar Beutner 2012-04-24 19:58:32 +02:00
parent 0cc15ffc0c
commit 00709b21c8
1 changed files with 4 additions and 0 deletions

View File

@ -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>