artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8afa819
)
ec_point_conversion: zap an empty line
author
tb
<tb@openbsd.org>
Thu, 18 Jan 2024 16:49:40 +0000
(16:49 +0000)
committer
tb
<tb@openbsd.org>
Thu, 18 Jan 2024 16:49:40 +0000
(16:49 +0000)
regress/lib/libcrypto/ec/ec_point_conversion.c
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/ec/ec_point_conversion.c
b/regress/lib/libcrypto/ec/ec_point_conversion.c
index
001e8a0
..
0c1b09d
100644
(file)
--- a/
regress/lib/libcrypto/ec/ec_point_conversion.c
+++ b/
regress/lib/libcrypto/ec/ec_point_conversion.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ec_point_conversion.c,v 1.1
4 2023/08/01 17:19:49
tb Exp $ */
+/* $OpenBSD: ec_point_conversion.c,v 1.1
5 2024/01/18 16:49:40
tb Exp $ */
/*
* Copyright (c) 2021 Theo Buehler <tb@openbsd.org>
* Copyright (c) 2021 Joel Sing <jsing@openbsd.org>
@@
-55,7
+55,6
@@
hexdump(const unsigned char *buf, size_t len)
for (i = 1; i <= len; i++)
fprintf(stderr, " 0x%02hhx,%s", buf[i - 1], i % 8 ? "" : "\n");
-
if (len % 8)
fprintf(stderr, "\n");
}