summaryrefslogtreecommitdiffstats
path: root/providers/implementations/digests/mdc2_prov.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/digests/mdc2_prov.c')
-rw-r--r--providers/implementations/digests/mdc2_prov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/digests/mdc2_prov.c b/providers/implementations/digests/mdc2_prov.c
index b184c8393c..8dc1d1af74 100644
--- a/providers/implementations/digests/mdc2_prov.c
+++ b/providers/implementations/digests/mdc2_prov.c
@@ -18,9 +18,9 @@
#include <openssl/mdc2.h>
#include <openssl/core_names.h>
#include <openssl/err.h>
+#include <openssl/proverr.h>
#include "prov/digestcommon.h"
#include "prov/implementations.h"
-#include "prov/providercommonerr.h"
static OSSL_FUNC_digest_set_ctx_params_fn mdc2_set_ctx_params;
static OSSL_FUNC_digest_settable_ctx_params_fn mdc2_settable_ctx_params;