diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2022-03-02 11:28:01 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2022-03-02 11:28:01 +0000 |
commit | 5cab6f1fe7a389fdd6e62bddb89db1ac0535adfb (patch) | |
tree | 442c81607afc799f8bc645886020644319ea2a50 /etc/services | |
parent | 68a8604e6b4c0afb2d0f071d6e99b4e84744f735 (diff) |
Rewrite ASN1_OBJECT content to ascii/text conversion.
Rewrite the ASN1_OBJECT content to ascii/text conversion code using CBB and
CBS. Currently there is a strange split with i2t_ASN1_OBJECT() calling
OBJ_obj2txt() which implements the conversion, while OBJ_txt2obj() calls
back into the misnamed a2d_ASN1_OBJECT() function. Move the conversion
code into asn1/a_object.c and have OBJ_txt2obj() call that instead.
ok inoguchi@ tb@
Diffstat (limited to 'etc/services')
0 files changed, 0 insertions, 0 deletions