summaryrefslogtreecommitdiffstats
path: root/crypto/evp
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/evp
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/evp')
-rw-r--r--crypto/evp/evp_fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/evp_fetch.c b/crypto/evp/evp_fetch.c
index b21c6f283b..1128131299 100644
--- a/crypto/evp/evp_fetch.c
+++ b/crypto/evp/evp_fetch.c
@@ -17,7 +17,7 @@
#include "internal/core.h"
#include "internal/provider.h"
#include "internal/namemap.h"
-#include "internal/decoder.h"
+#include "crypto/decoder.h"
#include "crypto/evp.h" /* evp_local.h needs it */
#include "evp_local.h"