diff options
author | Brent Cook <bcook@openbsd.org> | 2016-05-03 09:29:38 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2016-05-03 09:29:38 -0500 |
commit | fa41ca51824790e5ebed04e2bd471e1daf4f068e (patch) | |
tree | 31f6c771898313be6ee73671c92b1afaa00bd91c | |
parent | bb9c1f2838b92b51bec5140393e790d4e960fd8a (diff) | |
download | portable-2.2.7.tar.gz portable-2.2.7.tar.bz2 portable-2.2.7.zip |
moved patch upstreamv2.2.7
-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 | |||