projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
RT3023: Redundant logical expressions
[openssl.git]
/
crypto
/
asn1
/
a_print.c
diff --git
a/crypto/asn1/a_print.c
b/crypto/asn1/a_print.c
index d18e772320441eda7cfda018c4adcd87eab7dcf4..2e4c5b5f13cf5e5a5c8fe6a245395e1e593abae5 100644
(file)
--- a/
crypto/asn1/a_print.c
+++ b/
crypto/asn1/a_print.c
@@
-75,7
+75,6
@@
int ASN1_PRINTABLE_type(const unsigned char *s, int len)
#ifndef CHARSET_EBCDIC
if (!( ((c >= 'a') && (c <= 'z')) ||
((c >= 'A') && (c <= 'Z')) ||
- (c == ' ') ||
((c >= '0') && (c <= '9')) ||
(c == ' ') || (c == '\'') ||
(c == '(') || (c == ')') ||