diff options
author | jsing <> | 2021-12-04 15:38:10 +0000 |
---|---|---|
committer | jsing <> | 2021-12-04 15:38:10 +0000 |
commit | caca418fe5923bc6feb9bf88620d428961dee40d (patch) | |
tree | be9c4320e3550c6ffa5838f5c7b2a84704886a4d /src/lib/libcrypto/dsa/dsa_depr.c | |
parent | bf25270f211959971f21e6ed6de4e9e6fb8203df (diff) | |
download | openbsd-caca418fe5923bc6feb9bf88620d428961dee40d.tar.gz openbsd-caca418fe5923bc6feb9bf88620d428961dee40d.tar.bz2 openbsd-caca418fe5923bc6feb9bf88620d428961dee40d.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/libcrypto/dsa/dsa_depr.c')
0 files changed, 0 insertions, 0 deletions