aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2014-02-02 21:41:32 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2014-02-02 21:41:32 +0100
commit31fb4e1e694bac9bdf134f298e13e82a8977eb4a (patch)
tree15e87b88238d0e8f405e8b0c7551e0d32d1051bf /include
parent3bdc2b1d4f1f0bb114b82f5e0b838e808b691d0a (diff)
downloadlibssh-31fb4e1e694bac9bdf134f298e13e82a8977eb4a.tar.gz
libssh-31fb4e1e694bac9bdf134f298e13e82a8977eb4a.tar.xz
libssh-31fb4e1e694bac9bdf134f298e13e82a8977eb4a.zip
build: remove OSX deprecated warnings for openssl
Diffstat (limited to 'include')
-rw-r--r--include/libssh/priv.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index b7706eb9..0d9e69fa 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -155,16 +155,6 @@ int gettimeofday(struct timeval *__p, void *__t);
#include <sys/time.h>
#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;