libreSSL/patches/encode.c.patch
2016-05-03 02:38:40 -05:00

12 lines
257 B
Diff

--- crypto/evp/encode.c.orig Tue May 3 02:11:54 2016
+++ crypto/evp/encode.c Tue May 3 02:12:00 2016
@@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
-#include <sys/limits.h>
+#include <limits.h>
#include <stdio.h>
#include <string.h>