mirror of
https://github.com/openbsd/src.git
synced 2024-12-21 23:18:00 -08:00
mlkem regress: garbage collect two global variables
This commit is contained in:
parent
b229b719d0
commit
c7c5643a71
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: mlkem_tests_util.c,v 1.3 2024/12/20 00:07:12 tb Exp $ */
|
||||
/* $OpenBSD: mlkem_tests_util.c,v 1.4 2024/12/20 15:47:26 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2024 Google Inc.
|
||||
* Copyright (c) 2024 Bob Beck <beck@obtuse.com>
|
||||
@ -29,9 +29,6 @@
|
||||
|
||||
#include "mlkem_tests_util.h"
|
||||
|
||||
int failure;
|
||||
int test_number;
|
||||
|
||||
static void
|
||||
hexdump(const uint8_t *buf, size_t len, const uint8_t *compare)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user