summaryrefslogtreecommitdiff
path: root/sm
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-02-09 16:00:55 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-02-09 16:00:55 +0900
commit809c8ad8209b0f5248cfc52eb6e1d437099fb228 (patch)
tree4ff29660e2c3e34b5e5e788dc3b6bd82b71a6177 /sm
parent3fa155501284154ac65df51202a8440ce53360d5 (diff)
downloadgpg2-809c8ad8209b0f5248cfc52eb6e1d437099fb228.tar.gz
gpg2-809c8ad8209b0f5248cfc52eb6e1d437099fb228.tar.bz2
gpg2-809c8ad8209b0f5248cfc52eb6e1d437099fb228.zip
Imported Upstream version 2.2.23upstream/2.2.23
Diffstat (limited to 'sm')
-rw-r--r--sm/certdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/certdump.c b/sm/certdump.c
index c177cab..57e8112 100644
--- a/sm/certdump.c
+++ b/sm/certdump.c
@@ -427,7 +427,7 @@ parse_dn_part (struct dn_array_s *array, const unsigned char *string)
{ /* hexstring */
string++;
for (s=string; hexdigitp (s); s++)
- s++;
+ ;
n = s - string;
if (!n || (n & 1))
return NULL; /* Empty or odd number of digits. */