diff options
-rw-r--r-- | patches/encode.c.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/patches/encode.c.patch b/patches/encode.c.patch deleted file mode 100644 index f78cc2c..0000000 --- a/patches/encode.c.patch +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | --- crypto/evp/encode.c.orig Tue May 3 02:11:54 2016 | ||
2 | +++ crypto/evp/encode.c Tue May 3 02:12:00 2016 | ||
3 | @@ -56,7 +56,7 @@ | ||
4 | * [including the GNU Public Licence.] | ||
5 | */ | ||
6 | |||
7 | -#include <sys/limits.h> | ||
8 | +#include <limits.h> | ||
9 | #include <stdio.h> | ||
10 | #include <string.h> | ||
11 | |||