blob: 6b6798c641ebabbbc46a4e1d0f9f37b1d05a06d0 [file] [log] [blame]
#ifndef NLSR_NSYNC_OPENSSL_H
#define NLSR_NSYNC_OPENSSL_H
// suppress deprecation warnings in OSX >= 10.7
#if defined(__APPLE__)
#ifdef __clang__
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
#endif // __clang__
#ifdef __GNUC__
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#endif // __GNUC__
#endif
#include <openssl/evp.h>
#endif // NLSR_NSYNC_OPENSSL_H