[openssl/openssl] 98d811: Remove include/internal/decoder.h, as it's superfl...
Richard Levitte
noreply at github.com
Tue Aug 15 13:24:16 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 98d81174d3763053b32b8cfd7225acd0a111d456
https://github.com/openssl/openssl/commit/98d81174d3763053b32b8cfd7225acd0a111d456
Author: Richard Levitte <levitte at openssl.org>
Date: 2023-08-15 (Tue, 15 Aug 2023)
Changed paths:
M crypto/context.c
M crypto/encode_decode/decoder_pkey.c
M crypto/evp/evp_fetch.c
M crypto/provider_core.c
M include/crypto/decoder.h
R include/internal/decoder.h
Log Message:
-----------
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 at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
(Merged from https://github.com/openssl/openssl/pull/21733)
More information about the openssl-commits
mailing list