mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 17:50:19 +00:00
osx: Silence openssl deprecated warnings
This commit is contained in:
@@ -31,6 +31,13 @@
|
||||
#ifndef HEXCHAT_H
|
||||
#define HEXCHAT_H
|
||||
|
||||
#ifdef USE_OPENSSL
|
||||
#ifdef __APPLE__
|
||||
#define __AVAILABILITYMACROS__
|
||||
#define DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "history.h"
|
||||
|
||||
#ifndef HAVE_SNPRINTF
|
||||
|
||||
Reference in New Issue
Block a user