diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-14 15:26:34 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-14 15:26:34 +0300 |
commit | 1ebccdd350189ff1b1374a58ad24843ad0fe65f2 (patch) | |
tree | 24524e9736df2cc7f22ae184a88d5da3b4b52036 /patches/0045-md5-add-headers.patch | |
parent | 01e3a0e242b526ae2791de8a0947920e3c9a9ec4 (diff) | |
download | otools-1ebccdd350189ff1b1374a58ad24843ad0fe65f2.tar.gz |
remove patch directory
Diffstat (limited to 'patches/0045-md5-add-headers.patch')
-rw-r--r-- | patches/0045-md5-add-headers.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/patches/0045-md5-add-headers.patch b/patches/0045-md5-add-headers.patch deleted file mode 100644 index 117faa5..0000000 --- a/patches/0045-md5-add-headers.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- openbsd-nopatch/bin/md5/md5.c 2019-05-18 19:53:39.000000000 +0300 -+++ src/bin/md5/md5.c 2020-10-16 16:05:40.294296211 +0300 -@@ -21,6 +21,7 @@ - * Materiel Command, USAF, under agreement number F39502-99-1-0512. - */ - -+#include <sys/cdefs.h> - #include <sys/types.h> - #include <sys/time.h> - #include <sys/queue.h> -@@ -42,7 +43,7 @@ - #include <rmd160.h> - #include <sha1.h> - #include <sha2.h> --#include <crc.h> -+#include "crc.h" - - #define STYLE_MD5 0 - #define STYLE_CKSUM 1 |