aboutsummaryrefslogtreecommitdiff
path: root/lib/libmd/sha0c.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libmd/sha0c.c')
-rw-r--r--lib/libmd/sha0c.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libmd/sha0c.c b/lib/libmd/sha0c.c
index dc31389b6858..a36617b6ca60 100644
--- a/lib/libmd/sha0c.c
+++ b/lib/libmd/sha0c.c
@@ -56,7 +56,6 @@
* [including the GNU Public Licence.]
*/
-#include <sys/cdefs.h>
#include <sys/types.h>
#include <stdio.h>
@@ -243,7 +242,7 @@ void SHA_Update(SHA_CTX *c, const void *in, size_t len)
p[sw]=l;
}
-void SHA_Transform(SHA_CTX *c, unsigned char *b)
+static void SHA_Transform(SHA_CTX *c, unsigned char *b)
{
u_int32_t p[16];
#if BYTE_ORDER == LITTLE_ENDIAN