artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0e1aa8
)
Tweak previous. Should have been 60 instead of 64
author
tb
<tb@openbsd.org>
Sat, 22 Jul 2023 19:33:25 +0000
(19:33 +0000)
committer
tb
<tb@openbsd.org>
Sat, 22 Jul 2023 19:33:25 +0000
(19:33 +0000)
lib/libcrypto/ec/ecx_methods.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/ec/ecx_methods.c
b/lib/libcrypto/ec/ecx_methods.c
index
55670c1
..
4bb8b78
100644
(file)
--- a/
lib/libcrypto/ec/ecx_methods.c
+++ b/
lib/libcrypto/ec/ecx_methods.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ecx_methods.c,v 1.
8 2023/07/22 17:20:50
tb Exp $ */
+/* $OpenBSD: ecx_methods.c,v 1.
9 2023/07/22 19:33:25
tb Exp $ */
/*
* Copyright (c) 2022 Joel Sing <jsing@openbsd.org>
*
@@
-301,8
+301,8
@@
ecx_buf_print(BIO *bio, const uint8_t *buf, size_t buf_len, int indent)
const char *sep = ":", *nl = "";
CBS cbs;
- if (indent > 6
4
)
- indent = 6
4
;
+ if (indent > 6
0
)
+ indent = 6
0
;
indent += 4;
if (indent < 0)
indent = 0;