Merge branch 'Fix wrong cgroup attach flags being assigned to effective progs'
[platform/kernel/linux-starfive.git] / crypto / ecdsasignature.asn1
1 ECDSASignature ::= SEQUENCE {
2         r       INTEGER ({ ecdsa_get_signature_r }),
3         s       INTEGER ({ ecdsa_get_signature_s })
4 }