From e2abcdca396661cbe0ae2ddb13d5c2b85682c13a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 16 Oct 2020 17:41:25 +0300 Subject: initial commit --- patches/0045-md5-add-headers.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 patches/0045-md5-add-headers.patch (limited to 'patches/0045-md5-add-headers.patch') diff --git a/patches/0045-md5-add-headers.patch b/patches/0045-md5-add-headers.patch new file mode 100644 index 0000000..117faa5 --- /dev/null +++ b/patches/0045-md5-add-headers.patch @@ -0,0 +1,19 @@ +--- 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 + #include + #include + #include +@@ -42,7 +43,7 @@ + #include + #include + #include +-#include ++#include "crc.h" + + #define STYLE_MD5 0 + #define STYLE_CKSUM 1 -- cgit v1.2.3