Actions
Bug #3072
closeddragonfly/crypto/libressl/apps/openssl/speed.c:2067: duplicate code ?
Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
10/11/2017
Due date:
% Done:
0%
Estimated time:
Description
dragonfly/crypto/libressl/apps/openssl/speed.c:2067]: (style) Expression is always false because 'else if' condition matches previous condition at line 2047.
} else if (!strncmp(buf, "+F2:", 4)) {
} else if (!strncmp(buf, "+F2:", 4)) {
Updated by deef over 4 years ago
- 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.
Actions