summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2026-01-16 18:27:22 +0000
committertb <>2026-01-16 18:27:22 +0000
commit1288ad53eb2d1af968bfa2ba9cf0ac866955d8c7 (patch)
treebea32c8bf904a3e692235044beb7c8c0b737bb7f
parentfe899f24bfb43e00efb15a72fbbd28ff635a8caa (diff)
downloadopenbsd-1288ad53eb2d1af968bfa2ba9cf0ac866955d8c7.tar.gz
openbsd-1288ad53eb2d1af968bfa2ba9cf0ac866955d8c7.tar.bz2
openbsd-1288ad53eb2d1af968bfa2ba9cf0ac866955d8c7.zip
mlkem.c: becuase -> because
-rw-r--r--src/lib/libcrypto/mlkem/mlkem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/mlkem/mlkem.c b/src/lib/libcrypto/mlkem/mlkem.c
index 2f3f3c23e4..67b6f241a3 100644
--- a/src/lib/libcrypto/mlkem/mlkem.c
+++ b/src/lib/libcrypto/mlkem/mlkem.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: mlkem.c,v 1.6 2026/01/01 13:36:09 tb Exp $ */ 1/* $OpenBSD: mlkem.c,v 1.7 2026/01/16 18:27:22 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2025, Bob Beck <beck@obtuse.com> 3 * Copyright (c) 2025, Bob Beck <beck@obtuse.com>
4 * 4 *
@@ -293,7 +293,7 @@ MLKEM_marshal_public_key(const MLKEM_public_key *public_key, uint8_t **out,
293LCRYPTO_ALIAS(MLKEM_marshal_public_key); 293LCRYPTO_ALIAS(MLKEM_marshal_public_key);
294 294
295/* 295/*
296 * Not exposed publicly, becuase the NIST private key format is gigantisch, and 296 * Not exposed publicly, because the NIST private key format is gigantisch, and
297 * seeds should be used instead. Used for the NIST tests. 297 * seeds should be used instead. Used for the NIST tests.
298 */ 298 */
299int 299int