]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/context.c
Remove include/internal/decoder.h, as it's superfluous
authorRichard Levitte <levitte@openssl.org>
Mon, 14 Aug 2023 10:38:44 +0000 (12:38 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 15 Aug 2023 13:23:16 +0000 (15:23 +0200)
commit98d81174d3763053b32b8cfd7225acd0a111d456
tree474ace53d639e846f155269dd9271b5cafb72f54
parent4efd84fdd648279367683b280c9d9feb2ba54e9e
Remove include/internal/decoder.h, as it's superfluous

The routines declared in there are entirely libcrypto internal, so
include/crypto/decoder.h is better suited for them.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/21733)
crypto/context.c
crypto/encode_decode/decoder_pkey.c
crypto/evp/evp_fetch.c
crypto/provider_core.c
include/crypto/decoder.h
include/internal/decoder.h [deleted file]