diff options
author | tb <> | 2024-08-28 08:59:03 +0000 |
---|---|---|
committer | tb <> | 2024-08-28 08:59:03 +0000 |
commit | fb8ae0072a5962f3c195e9ed2bb2879d0f5a8c6e (patch) | |
tree | b1f125f4455592dd52fb580844b95a05fc9bfc46 /src/usr.bin/openssl/pkeyparam.c | |
parent | cfeae5ca77e441b1a417004ca811135648ad3da4 (diff) | |
download | openbsd-fb8ae0072a5962f3c195e9ed2bb2879d0f5a8c6e.tar.gz openbsd-fb8ae0072a5962f3c195e9ed2bb2879d0f5a8c6e.tar.bz2 openbsd-fb8ae0072a5962f3c195e9ed2bb2879d0f5a8c6e.zip |
Get rid of last use of db_meth
Nothing touches db_meth in ports. Thus only way a db_meth can be set is
now as a side effect X509V3_set_conf() in which case the db is an NCONF
database and the db_meth will be a thin wrapper of NCONF_get_section().
Make that explicit in the implementation, remove the guts of the unused
X509V3_get_string() and X509V3_string_free(), turn X509V3_section_free()
into a noop and replace several checks for ctx->db, ctx->db->meth, ...
with a simple ctx->db != NULL check.
ok beck jsing
Diffstat (limited to 'src/usr.bin/openssl/pkeyparam.c')
0 files changed, 0 insertions, 0 deletions