commit | 3f21a35c36fd040d28fa67ae54abf7be12ec073b | [log] [tgz] |
---|---|---|
author | Matthias Weisser <m.weisser.m@gmail.com> | Thu Aug 18 07:55:05 2016 +0200 |
committer | Matthias Weisser <m.weisser.m@gmail.com> | Thu Aug 18 07:55:05 2016 +0200 |
tree | 55ca0ee17dfddcb6a926eb0b4b055c8b8ef22a5c | |
parent | e49404a95d047a04ba5238ef1ff8995b813af07c [diff] [blame] |
Added checking for QNX operating system to make mbedtls build on QNX
diff --git a/library/net.c b/library/net.c index 8b96321..93bf046 100644 --- a/library/net.c +++ b/library/net.c
@@ -28,7 +28,7 @@ #if defined(MBEDTLS_NET_C) #if !defined(unix) && !defined(__unix__) && !defined(__unix) && \ - !defined(__APPLE__) && !defined(_WIN32) + !defined(__APPLE__) && !defined(_WIN32) && !defined(__QNXNTO__) #error "This module only works on Unix and Windows, see MBEDTLS_NET_C in config.h" #endif