artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6183aea
)
Add empty line for consistency
author
tb
<tb@openbsd.org>
Tue, 23 May 2023 11:06:52 +0000
(11:06 +0000)
committer
tb
<tb@openbsd.org>
Tue, 23 May 2023 11:06:52 +0000
(11:06 +0000)
regress/lib/libcrypto/objects/objectstest.c
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/objects/objectstest.c
b/regress/lib/libcrypto/objects/objectstest.c
index
cb22709
..
5be26d4
100644
(file)
--- a/
regress/lib/libcrypto/objects/objectstest.c
+++ b/
regress/lib/libcrypto/objects/objectstest.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: objectstest.c,v 1.
7 2023/05/23 11:05:09
tb Exp $ */
+/* $OpenBSD: objectstest.c,v 1.
8 2023/05/23 11:06:52
tb Exp $ */
/*
* Copyright (c) 2017, 2022 Joel Sing <jsing@openbsd.org>
*
@@
-431,6
+431,7
@@
obj_txt_early_nul_test(void)
}
failed = 0;
+
failed:
ASN1_OBJECT_free(obj);