diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn_mime.c')
-rw-r--r-- | src/lib/libcrypto/asn1/asn_mime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/asn_mime.c b/src/lib/libcrypto/asn1/asn_mime.c index 6ea47dacf8..5d70b76f05 100644 --- a/src/lib/libcrypto/asn1/asn_mime.c +++ b/src/lib/libcrypto/asn1/asn_mime.c | |||
@@ -999,7 +999,7 @@ strip_eol(char *linebuf, int *plen) | |||
999 | int len = *plen; | 999 | int len = *plen; |
1000 | char *p, c; | 1000 | char *p, c; |
1001 | int is_eol = 0; | 1001 | int is_eol = 0; |
1002 | p = linebuf + len - 1; | 1002 | |
1003 | for (p = linebuf + len - 1; len > 0; len--, p--) { | 1003 | for (p = linebuf + len - 1; len > 0; len--, p--) { |
1004 | c = *p; | 1004 | c = *p; |
1005 | if (c == '\n') | 1005 | if (c == '\n') |