diff options
author | jsing <> | 2021-12-04 15:38:10 +0000 |
---|---|---|
committer | jsing <> | 2021-12-04 15:38:10 +0000 |
commit | 766ad3b0542215bba5dbae922add70f5c0c23224 (patch) | |
tree | be9c4320e3550c6ffa5838f5c7b2a84704886a4d /src/lib/libssl/ssl_err.c | |
parent | 553bc9b478f48580c6c51ddaa65c906cac0ee4e7 (diff) | |
download | openbsd-766ad3b0542215bba5dbae922add70f5c0c23224.tar.gz openbsd-766ad3b0542215bba5dbae922add70f5c0c23224.tar.bz2 openbsd-766ad3b0542215bba5dbae922add70f5c0c23224.zip |
Consolidate {d2i,i2d}_{pr,pu}.c
Currently there are two files for private key ASN.1 (d2i_pr.c, i2d_pr.c)
and two files for public key ASN.1 (d2i_pu.c, i2d_pu.c). All of the other
ASN.1 code has d2i and i2d in the same per-object file.
Consolidate d2i_pr.c/i2d_pr.c into a_pkey.c and consolidate
d2i_pu.c/i2d_pu.c into a_pubkey.c before making any further changes to
this code.
ok tb@
Diffstat (limited to 'src/lib/libssl/ssl_err.c')
0 files changed, 0 insertions, 0 deletions