mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-08 00:02:03 -04:00
asn1: Remove useless assignment
This commit is contained in:
parent
3ea33d15a2
commit
020045f416
@ -825,7 +825,6 @@ chunk_t asn1_simple_object(asn1_t tag, chunk_t content)
|
||||
|
||||
u_char *pos = asn1_build_object(&object, tag, content.len);
|
||||
memcpy(pos, content.ptr, content.len);
|
||||
pos += content.len;
|
||||
|
||||
return object;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user