diff options
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libcrypto/evp/evp_test.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/evp/evp_test.c b/regress/lib/libcrypto/evp/evp_test.c index b1f7d59c2af..cf50c15fccd 100644 --- 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.10 2023/12/08 08:30:04 tb Exp $ */ +/* $OpenBSD: evp_test.c,v 1.11 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; } |