From 2f243964bad8ba751fc309a09e4a36b2bcc00e79 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 29 Jul 2026 02:16:37 +0000 Subject: timingsafe test: make check() static --- src/regress/lib/libc/timingsafe/timingsafe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libc/timingsafe/timingsafe.c b/src/regress/lib/libc/timingsafe/timingsafe.c index d768a808b6..6e3461cd27 100644 --- a/src/regress/lib/libc/timingsafe/timingsafe.c +++ b/src/regress/lib/libc/timingsafe/timingsafe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: timingsafe.c,v 1.4 2024/02/04 20:51:21 tb Exp $ */ +/* $OpenBSD: timingsafe.c,v 1.5 2026/07/29 02:16:37 tb Exp $ */ /* * Copyright (c) 2014 Google Inc. * @@ -27,7 +27,7 @@ enum { static unsigned char bufone[N], buftwo[N]; -void +static void check(void) { int cmp = memcmp(bufone, buftwo, N); -- cgit v1.2.3-55-g6feb