diff options
Diffstat (limited to 'src/lib/libcrypto/conf/conf_mod.c')
-rw-r--r-- | src/lib/libcrypto/conf/conf_mod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/conf/conf_mod.c b/src/lib/libcrypto/conf/conf_mod.c index d45adea851..812e60dc70 100644 --- a/src/lib/libcrypto/conf/conf_mod.c +++ b/src/lib/libcrypto/conf/conf_mod.c | |||
@@ -587,7 +587,7 @@ int CONF_parse_list(const char *list_, int sep, int nospc, | |||
587 | { | 587 | { |
588 | if (nospc) | 588 | if (nospc) |
589 | { | 589 | { |
590 | while(*lstart && isspace((unsigned char)*lstart)) | 590 | while(isspace((unsigned char)*lstart)) |
591 | lstart++; | 591 | lstart++; |
592 | } | 592 | } |
593 | p = strchr(lstart, sep); | 593 | p = strchr(lstart, sep); |