artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d3967c
)
Remove assignment of value that is never read.
author
beck
<beck@openbsd.org>
Wed, 1 Sep 2021 09:42:28 +0000
(09:42 +0000)
committer
beck
<beck@openbsd.org>
Wed, 1 Sep 2021 09:42:28 +0000
(09:42 +0000)
ok tb@
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
c0b63e4
..
db25799
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.4
2 2019/07/03 03:24:04 deraadt
Exp $ */
+/* $OpenBSD: obj_dat.c,v 1.4
3 2021/09/01 09:42:28 beck
Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@
-628,7
+628,6
@@
OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name)
buf_len -= i;
}
ret += i;
- l = 0;
}
}