From 6f66032209cc5893ba942f5cf9201492ce8c4bb3 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 2 Feb 2014 21:41:32 +0100 Subject: build: remove OSX deprecated warnings for openssl --- include/libssh/priv.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include/libssh') diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 87f59e51..6da262ca 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -168,16 +168,6 @@ int gettimeofday(struct timeval *__p, void *__t); #include #endif -/* - * get rid of deprecacy warnings on OSX when using OpenSSL - */ -#if defined(__APPLE__) - #ifdef MAC_OS_X_VERSION_MIN_REQUIRED - #undef MAC_OS_X_VERSION_MIN_REQUIRED - #endif - #define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_6 -#endif - /* forward declarations */ struct ssh_common_struct; struct ssh_kex_struct; -- cgit