artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a0415a
)
evp_test: zap extra empty line
author
tb
<tb@openbsd.org>
Sun, 10 Dec 2023 19:20:06 +0000
(19:20 +0000)
committer
tb
<tb@openbsd.org>
Sun, 10 Dec 2023 19:20:06 +0000
(19:20 +0000)
regress/lib/libcrypto/evp/evp_test.c
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/evp/evp_test.c
b/regress/lib/libcrypto/evp/evp_test.c
index
b1f7d59
..
cf50c15
100644
(file)
--- a/
regress/lib/libcrypto/evp/evp_test.c
+++ b/
regress/lib/libcrypto/evp/evp_test.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: evp_test.c,v 1.1
0 2023/12/08 08:30:04
tb Exp $ */
+/* $OpenBSD: evp_test.c,v 1.1
1 2023/12/10 19:20:06
tb Exp $ */
/*
* Copyright (c) 2022 Joel Sing <jsing@openbsd.org>
* Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
@@
-601,7
+601,6
@@
obj_name_cb(const OBJ_NAME *obj_name, void *do_all_arg)
previous, obj_name->name);
}
-
arg->failure |= arg_copy.failure;
}