diff --git a/src/digest.h b/src/digest.h index ef52ba059a..a6057c53b2 100644 --- a/src/digest.h +++ b/src/digest.h @@ -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 )