artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9beec8
)
fix line wrapping in function definition
author
tb
<tb@openbsd.org>
Wed, 8 May 2024 16:35:05 +0000
(16:35 +0000)
committer
tb
<tb@openbsd.org>
Wed, 8 May 2024 16:35:05 +0000
(16:35 +0000)
lib/libcrypto/objects/obj_dat.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/objects/obj_dat.c
b/lib/libcrypto/objects/obj_dat.c
index
b90c803
..
1ac8544
100644
(file)
--- a/
lib/libcrypto/objects/obj_dat.c
+++ b/
lib/libcrypto/objects/obj_dat.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: obj_dat.c,v 1.
89 2024/03/02 11:11:11
tb Exp $ */
+/* $OpenBSD: obj_dat.c,v 1.
90 2024/05/08 16:35:05
tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@
-167,7
+167,8
@@
cleanup1_doall(ADDED_OBJ *a)
ASN1_OBJECT_FLAG_DYNAMIC_DATA;
}
-static void cleanup2_doall(ADDED_OBJ *a)
+static void
+cleanup2_doall(ADDED_OBJ *a)
{
a->obj->nid++;
}