Skip to content

Commit

Permalink
sysutils/fluent-bit: fix build problem on FreeBSD-14
Browse files Browse the repository at this point in the history
This should really be considered a compiler bug. I have no access to a
CURRENT box at the moment, so I'll just try this trivial patch and will
hope that it helps.
  • Loading branch information
Palle Girgensohn authored and Palle Girgensohn committed Jun 23, 2021
1 parent 24ba6b9 commit 413bf2d
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
--- lib/mbedtls-2.24.0/library/md5.c.orig 2021-06-23 09:56:17.365471000 +0200
+++ lib/mbedtls-2.24.0/library/md5.c 2021-06-23 09:56:30.205899000 +0200
@@ -422,8 +422,7 @@
{ "message digest" },
{ "abcdefghijklmnopqrstuvwxyz" },
{ "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" },
- { "12345678901234567890123456789012345678901234567890123456789012"
- "345678901234567890" }
+ { "12345678901234567890123456789012345678901234567890123456789012345678901234567890" }
};

static const size_t md5_test_buflen[7] =

0 comments on commit 413bf2d

Please sign in to comment.