diff options
| author | tb <> | 2025-05-21 03:46:20 +0000 |
|---|---|---|
| committer | tb <> | 2025-05-21 03:46:20 +0000 |
| commit | 0719e035f0b9e8de3f6970bafad840881e1e9b86 (patch) | |
| tree | 637b4e17b35b592ed0dee51b269d2f09b9665ba1 /src | |
| parent | 8fc90b1fa2a0e9912cea8d86e63281df5cef1738 (diff) | |
| download | openbsd-0719e035f0b9e8de3f6970bafad840881e1e9b86.tar.gz openbsd-0719e035f0b9e8de3f6970bafad840881e1e9b86.tar.bz2 openbsd-0719e035f0b9e8de3f6970bafad840881e1e9b86.zip | |
mlkem_unittest: fix typo in comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/mlkem/mlkem_unittest.c | 4 |
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 | ||
