Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27859)
locate_long_endings(\%t);
printf "#ifndef %s_decoder\n", $decoder_name_base;
- printf "static struct %s_st %s_decoder(const OSSL_PARAM params[]) {\n",
+ printf "static struct %s_st\n%s_decoder(const OSSL_PARAM params[]) {\n",
$decoder_name_base, $decoder_name_base;
printf " struct %s_st r;\n", $decoder_name_base;
print " const OSSL_PARAM *p;\n";