Remove assignment of value that is never read.
authorbeck <beck@openbsd.org>
Wed, 1 Sep 2021 09:42:28 +0000 (09:42 +0000)
committerbeck <beck@openbsd.org>
Wed, 1 Sep 2021 09:42:28 +0000 (09:42 +0000)
ok tb@

lib/libcrypto/objects/obj_dat.c

index c0b63e4..db25799 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: obj_dat.c,v 1.42 2019/07/03 03:24:04 deraadt Exp $ */
+/* $OpenBSD: obj_dat.c,v 1.43 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;
                }
        }