summaryrefslogtreecommitdiffstats
path: root/crypto/provider_core.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2023-08-14 12:38:44 +0200
committerTomas Mraz <tomas@openssl.org>2023-08-15 15:23:16 +0200
commit98d81174d3763053b32b8cfd7225acd0a111d456 (patch)
tree474ace53d639e846f155269dd9271b5cafb72f54 /crypto/provider_core.c
parent4efd84fdd648279367683b280c9d9feb2ba54e9e (diff)
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)
Diffstat (limited to 'crypto/provider_core.c')
-rw-r--r--crypto/provider_core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/provider_core.c b/crypto/provider_core.c
index 14f0d527fe..4cb3e21f69 100644
--- a/crypto/provider_core.c
+++ b/crypto/provider_core.c
@@ -28,7 +28,6 @@
#include "internal/refcount.h"
#include "internal/bio.h"
#include "internal/core.h"
-#include "internal/decoder.h"
#include "provider_local.h"
#include "crypto/context.h"
#ifndef FIPS_MODULE