}
static const OSSL_ALGORITHM base_encoder[] = {
-#define ENCODER(name, fips, format, type, func_table) \
+#define ENCODER(name, _fips, _format, _type, func_table) \
{ name, \
- "provider=base,fips=" fips ",format=" format ",type=" type, \
+ "provider=base,fips=" _fips ",format=" _format ",type=" _type, \
(func_table) }
#include "encoders.inc"
#undef ENCODER
static const OSSL_ALGORITHM base_decoder[] = {
-#define DECODER(name, fips, input, func_table) \
+#define DECODER(name, _fips, _input, func_table) \
{ name, \
- "provider=base,fips=" fips ",input=" input, \
+ "provider=base,fips=" _fips ",input=" _input, \
(func_table) }
#include "decoders.inc"
};
static const OSSL_ALGORITHM deflt_encoder[] = {
-#define ENCODER(name, fips, format, type, func_table) \
+#define ENCODER(name, _fips, _format, _type, func_table) \
{ name, \
- "provider=default,fips=" fips ",format=" format ",type=" type, \
+ "provider=default,fips=" _fips ",format=" _format ",type=" _type, \
(func_table) }
#include "encoders.inc"
#undef ENCODER
static const OSSL_ALGORITHM deflt_decoder[] = {
-#define DECODER(name, fips, input, func_table) \
+#define DECODER(name, _fips, _input, func_table) \
{ name, \
- "provider=default,fips=" fips ",input=" input, \
+ "provider=default,fips=" _fips ",input=" _input, \
(func_table) }
#include "decoders.inc"