artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
087b4eb
)
whitespace
author
tb
<tb@openbsd.org>
Thu, 28 Sep 2023 08:21:43 +0000
(08:21 +0000)
committer
tb
<tb@openbsd.org>
Thu, 28 Sep 2023 08:21:43 +0000
(08:21 +0000)
regress/lib/libcrypto/aes/aes_test.c
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/aes/aes_test.c
b/regress/lib/libcrypto/aes/aes_test.c
index
2bbf6b2
..
37bee05
100644
(file)
--- a/
regress/lib/libcrypto/aes/aes_test.c
+++ b/
regress/lib/libcrypto/aes/aes_test.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: aes_test.c,v 1.
2 2022/11/07 23:09:25 joshua
Exp $ */
+/* $OpenBSD: aes_test.c,v 1.
3 2023/09/28 08:21:43 tb
Exp $ */
/*
* Copyright (c) 2022 Joshua Sing <joshua@hypera.dev>
*
@@
-913,8
+913,8
@@
aes_test(void)
if (!aes_ecb_test(i, label, key_bits, at))
goto failed;
break;
-
- /* CBC */
+
+ /* CBC */
case NID_aes_128_cbc:
case NID_aes_192_cbc:
case NID_aes_256_cbc: