summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-05-21 03:46:20 +0000
committertb <>2025-05-21 03:46:20 +0000
commita2c4e19629c138b7c4c868e4ddecb2717254f869 (patch)
tree637b4e17b35b592ed0dee51b269d2f09b9665ba1 /src
parent70b829d94e9cd29499b1fe0460cf92653bd2342d (diff)
downloadopenbsd-a2c4e19629c138b7c4c868e4ddecb2717254f869.tar.gz
openbsd-a2c4e19629c138b7c4c868e4ddecb2717254f869.tar.bz2
openbsd-a2c4e19629c138b7c4c868e4ddecb2717254f869.zip
mlkem_unittest: fix typo in comment
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/mlkem/mlkem_unittest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/mlkem/mlkem_unittest.c b/src/regress/lib/libcrypto/mlkem/mlkem_unittest.c
index 3c6aab13c7..adb1c47d8e 100644
--- a/src/regress/lib/libcrypto/mlkem/mlkem_unittest.c
+++ b/src/regress/lib/libcrypto/mlkem/mlkem_unittest.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: mlkem_unittest.c,v 1.10 2025/05/20 00:33:41 beck Exp $ */ 1/* $OpenBSD: mlkem_unittest.c,v 1.11 2025/05/21 03:46:20 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>
@@ -250,7 +250,7 @@ main(void)
250 /* 250 /*
251 * XXX - this is split into two helper functions since having a few 251 * XXX - this is split into two helper functions since having a few
252 * ML-KEM key blobs on the stack makes Emscripten's stack explode, 252 * ML-KEM key blobs on the stack makes Emscripten's stack explode,
253 * leading to inscrutable silent failures unles ASAN is enabled. 253 * leading to inscrutable silent failures unless ASAN is enabled.
254 * Go figure. 254 * Go figure.
255 */ 255 */
256 256