blob: f78cc2c0d516e75aab3b141bcf13c04278c90980 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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>
|