diff options
author | Brent Cook <bcook@openbsd.org> | 2016-05-03 09:25:59 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2016-05-03 09:25:59 -0500 |
commit | 41d8aa6aefd1ba346877c89ad87e0aaf66e5d080 (patch) | |
tree | 1d11c5e3faf243155e98a2f0cbc800b863cebcd0 /patches | |
parent | b8b8628640f5d8b77f4eca911d352fcf9fff2791 (diff) | |
download | portable-2.3.4.tar.gz portable-2.3.4.tar.bz2 portable-2.3.4.zip |
pushed encode.c change upstreamv2.3.4
Diffstat (limited to 'patches')
-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 289c746..0000000 --- a/patches/encode.c.patch +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | --- crypto/evp/encode.c.orig Tue May 3 02:10:07 2016 | ||
2 | +++ crypto/evp/encode.c Tue May 3 02:10:15 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 | |||