summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2024-12-20 15:47:26 +0000
committertb <>2024-12-20 15:47:26 +0000
commit7c46ebaeccb994727790953a7fada0fd2e9bd324 (patch)
tree11a79dfe3931824b16f05c42dac0f9177c0527ed /src
parentf22573a001559466c47ba162fba687e1dea34b2a (diff)
downloadopenbsd-7c46ebaeccb994727790953a7fada0fd2e9bd324.tar.gz
openbsd-7c46ebaeccb994727790953a7fada0fd2e9bd324.tar.bz2
openbsd-7c46ebaeccb994727790953a7fada0fd2e9bd324.zip
mlkem regress: garbage collect two global variables
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/mlkem/mlkem_tests_util.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/mlkem/mlkem_tests_util.c b/src/regress/lib/libcrypto/mlkem/mlkem_tests_util.c
index 50a93027e2..6287849e3b 100644
--- a/src/regress/lib/libcrypto/mlkem/mlkem_tests_util.c
+++ b/src/regress/lib/libcrypto/mlkem/mlkem_tests_util.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: mlkem_tests_util.c,v 1.3 2024/12/20 00:07:12 tb Exp $ */ 1/* $OpenBSD: mlkem_tests_util.c,v 1.4 2024/12/20 15:47:26 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2024 Google Inc. 3 * Copyright (c) 2024 Google Inc.
4 * Copyright (c) 2024 Bob Beck <beck@obtuse.com> 4 * Copyright (c) 2024 Bob Beck <beck@obtuse.com>
@@ -29,9 +29,6 @@
29 29
30#include "mlkem_tests_util.h" 30#include "mlkem_tests_util.h"
31 31
32int failure;
33int test_number;
34
35static void 32static void
36hexdump(const uint8_t *buf, size_t len, const uint8_t *compare) 33hexdump(const uint8_t *buf, size_t len, const uint8_t *compare)
37{ 34{