summaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers/cipher_idea.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/ciphers/cipher_idea.c')
-rw-r--r--providers/implementations/ciphers/cipher_idea.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/providers/implementations/ciphers/cipher_idea.c b/providers/implementations/ciphers/cipher_idea.c
index 47909fe9ee..68cca45f92 100644
--- a/providers/implementations/ciphers/cipher_idea.c
+++ b/providers/implementations/ciphers/cipher_idea.c
@@ -19,8 +19,8 @@
#include "cipher_idea.h"
#include "prov/implementations.h"
-static OSSL_OP_cipher_freectx_fn idea_freectx;
-static OSSL_OP_cipher_dupctx_fn idea_dupctx;
+static OSSL_FUNC_cipher_freectx_fn idea_freectx;
+static OSSL_FUNC_cipher_dupctx_fn idea_dupctx;
static void idea_freectx(void *vctx)
{