[DragonFlyBSD - Bug #3073] (Closed) crypto/libressl/crypto/asn1/a_print.c:81: duplicate condition ?
bugtracker-admin at leaf.dragonflybsd.org
bugtracker-admin at leaf.dragonflybsd.org
Tue Jun 23 05:40:48 PDT 2020
Issue #3073 has been updated by deef.
Status changed from New to Closed
Discussed with swildner on IRC, this should be reported to upstream and DragonFly will import the change when it's updated there.
----------------------------------------
Bug #3073: crypto/libressl/crypto/asn1/a_print.c:81: duplicate condition ?
http://bugs.dragonflybsd.org/issues/3073#change-13911
* Author: dcb
* Status: Closed
* Priority: Low
* Assignee:
* Category:
* Target version:
----------------------------------------
dragonfly/crypto/libressl/crypto/asn1/a_print.c:81] -> [dragonfly/crypto/libressl/crypto/asn1/a_print.c:79]: (style) Same expression on both sides of '||'.
Source code is
(c == ' ') ||
((c >= '0') && (c <= '9')) ||
(c == ' ') || (c == '\'') ||
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
More information about the Bugs
mailing list