diff options
author | tb <> | 2024-01-06 17:37:23 +0000 |
---|---|---|
committer | tb <> | 2024-01-06 17:37:23 +0000 |
commit | 628d1ecdb1ac3494c46d3c9eed00fe300b0b80a6 (patch) | |
tree | 52cdbf9594229dc56ff439ea477e9bdeecbdb1a2 /src/lib/libcrypto/crypto_init.c | |
parent | 4d78f768d61979830158a1936a400d8de46c4bd8 (diff) | |
download | openbsd-628d1ecdb1ac3494c46d3c9eed00fe300b0b80a6.tar.gz openbsd-628d1ecdb1ac3494c46d3c9eed00fe300b0b80a6.tar.bz2 openbsd-628d1ecdb1ac3494c46d3c9eed00fe300b0b80a6.zip |
Remove X509_CRL_METHOD internals
Another complication of dubious value that nobody's ever used. crl_init(),
crl_free() and the meth_data are dead weight, as are their accessors.
Inline def_crl_verify() in X509_CRL_verify() so that the latter becomes
the trivial wrapper of ASN1_item_verify() that one would expect it to be.
It is quite unclear what kind of customization would make sense here...
def_crl_lookup() is renamed into crl_lookup() and its two callers,
X509_CRL_lookup_by_{serial,cert}(), are moved below it so that we
don't need a prototype.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/crypto_init.c')
0 files changed, 0 insertions, 0 deletions