mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
Merge remote-tracking branch 'origin/topic/johanna/freebsd-clang'
BIT-1728 #merged * origin/topic/johanna/freebsd-clang: Fix md5 problem with freebsd 11.0 clang 3.8
This commit is contained in:
commit
bd0a374c87
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include "Reporter.h"
|
||||
|
||||
static inline const char* digest_print(const u_char* digest, size_t n)
|
||||
inline const char* digest_print(const u_char* digest, size_t n)
|
||||
{
|
||||
static char buf[256]; // big enough for any of md5/sha1/sha256
|
||||
for ( size_t i = 0; i < n; ++i )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue