Revision 0422fd6e42ef05cb8da9ebe3f302119cd03a6db3 authored by Elliot Saba on 30 August 2016, 05:05:29 UTC, committed by Tony Kelman on 31 August 2016, 13:55:33 UTC
* Small build system modifications to make ppc64le compileable

* Make things more explicit for big-endian PPC64

(cherry picked from commit fc17a98bcf5441753fd6475a2f264ca1c9d68236)
1 parent fe30255
Raw File
mbedtls-ssl.h.patch
--- ssl.h.old	2016-06-28 18:12:06.000000000 +0530
+++ ssl.h	2016-08-03 18:51:34.000000000 +0530
@@ -54,7 +54,8 @@
 #endif
 
 #if defined(MBEDTLS_HAVE_TIME)
-#include <time.h>
+//#include <time.h>
+#include "platform.h"
 #endif
 
 /*
back to top