prefer limits.h over sys/limits.h
This commit is contained in:
parent
2169962cb4
commit
bb9c1f2838
11
patches/encode.c.patch
Normal file
11
patches/encode.c.patch
Normal file
@ -0,0 +1,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>
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user