mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-15 00:00:26 -05:00
fixed OID encoding
This commit is contained in:
parent
d5d199ff6b
commit
71e29ced11
@ -175,7 +175,7 @@ asn1_build_known_oid(int n)
|
||||
n--;
|
||||
continue;
|
||||
}
|
||||
oid.ptr[--i] = oid_names[n--].octet;
|
||||
oid.ptr[--i + 2] = oid_names[n--].octet;
|
||||
}
|
||||
while (i > 0);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user