summaryrefslogtreecommitdiff
path: root/providers/defltprov.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/defltprov.c')
-rw-r--r--providers/defltprov.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/providers/defltprov.c b/providers/defltprov.c
index 8ce6c92b3e..b309ba798c 100644
--- a/providers/defltprov.c
+++ b/providers/defltprov.c
@@ -442,15 +442,11 @@ static const OSSL_ALGORITHM deflt_keymgmt[] = {
};
static const OSSL_ALGORITHM deflt_encoder[] = {
-#define ENCODER(name, _fips, _output, func_table) \
- { name, \
- "provider=default,fips=" _fips ",output=" _output, \
- (func_table) }
-
+#define ENCODER_PROVIDER "default"
#include "encoders.inc"
{ NULL, NULL, NULL }
+#undef ENCODER_PROVIDER
};
-#undef ENCODER
static const OSSL_ALGORITHM deflt_decoder[] = {
#define DECODER_PROVIDER "default"