about summary refs log tree commit diff
path: root/crypt/sha512.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypt/sha512.c')
-rw-r--r--crypt/sha512.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypt/sha512.c b/crypt/sha512.c
index ab2c7f1fbb..a35ff1a0a0 100644
--- a/crypt/sha512.c
+++ b/crypt/sha512.c
@@ -102,7 +102,8 @@ static const uint64_t K[80] =
   };
 
 void __sha512_process_block (const void *buffer, size_t len,
-			     struct sha512_ctx *ctx);
+			     struct sha512_ctx *ctx)
+  attribute_hidden;
 
 /* Initialize structure containing state of computation.
    (FIPS 180-2:5.3.3)  */