We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c4d3b commit 5eedc54Copy full SHA for 5eedc54
src/core/n-strings.c
@@ -72,7 +72,7 @@ static struct digest {
72
73
/***********************************************************************
74
**
75
-*/ REBOOL *Message_Digest(REBYTE *output, REBYTE *input, REBCNT length, REBCNT method, REBCNT *olen)
+*/ REBOOL Message_Digest(REBYTE *output, REBYTE *input, REBCNT length, REBCNT method, REBCNT *olen)
76
/*
77
***********************************************************************/
78
{
0 commit comments