12 lines
257 B
Diff
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>
|
|
|