X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=providers%2Fimplementations%2Fciphers%2Fcipher_rc2.c;h=a4cd6bd533b3914c3f530d9af20fae25c111292a;hb=bbaeadb068c3289c7df3b7bea0049f70a648ba00;hp=5c2301e86610b24996458b2c9bba827d6a38918d;hpb=ad31628cfef5893b2198077752302a7d9b58135c;p=thirdparty%2Fopenssl.git diff --git a/providers/implementations/ciphers/cipher_rc2.c b/providers/implementations/ciphers/cipher_rc2.c index 5c2301e866..a4cd6bd533 100644 --- a/providers/implementations/ciphers/cipher_rc2.c +++ b/providers/implementations/ciphers/cipher_rc2.c @@ -226,7 +226,7 @@ static int alg##_##kbits##_##lcmode##_get_params(OSSL_PARAM params[]) \ flags, kbits, blkbits, ivbits); \ } \ static OSSL_FUNC_cipher_newctx_fn alg##_##kbits##_##lcmode##_newctx; \ -static void * alg##_##kbits##_##lcmode##_newctx(void *provctx) \ +static void *alg##_##kbits##_##lcmode##_newctx(void *provctx) \ { \ PROV_##UCALG##_CTX *ctx; \ if (!ossl_prov_is_running()) \