Skip to content

Commit da6a839

Browse files
committed
SHA1: function in header file should be inline or static
1 parent 3f23f52 commit da6a839

File tree

1 file changed

+1
-1
lines changed
  • Framework/Foundation/3rdparty/include/Framework

1 file changed

+1
-1
lines changed

Framework/Foundation/3rdparty/include/Framework/SHA1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ static void SHA1Final(
263263
memset(&finalcount, '\0', sizeof(finalcount));
264264
}
265265

266-
void SHA1(
266+
static void SHA1(
267267
char* hash_out,
268268
const char* str,
269269
unsigned int len)

0 commit comments

Comments
 (0)