aboutsummaryrefslogtreecommitdiffstats
path: root/xen/crypto/vmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/crypto/vmac.c')
-rw-r--r--xen/crypto/vmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/crypto/vmac.c b/xen/crypto/vmac.c
index 1e9bafa0ba..8f2f3727b1 100644
--- a/xen/crypto/vmac.c
+++ b/xen/crypto/vmac.c
@@ -722,7 +722,7 @@ static void poly_step_func(uint64_t *ahi, uint64_t *alo, const uint64_t *kh,
/* ----------------------------------------------------------------------- */
-void vhash_abort(vmac_ctx_t *ctx)
+static void vhash_abort(vmac_ctx_t *ctx)
{
ctx->polytmp[0] = ctx->polykey[0] ;
ctx->polytmp[1] = ctx->polykey[1] ;