summaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers/cipher_aria_ccm.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/ciphers/cipher_aria_ccm.c')
-rw-r--r--providers/implementations/ciphers/cipher_aria_ccm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/ciphers/cipher_aria_ccm.c b/providers/implementations/ciphers/cipher_aria_ccm.c
index e4cfc6cd8f..e14d220397 100644
--- a/providers/implementations/ciphers/cipher_aria_ccm.c
+++ b/providers/implementations/ciphers/cipher_aria_ccm.c
@@ -12,7 +12,7 @@
#include "cipher_aria_ccm.h"
#include "prov/implementations.h"
-static OSSL_OP_cipher_freectx_fn aria_ccm_freectx;
+static OSSL_FUNC_cipher_freectx_fn aria_ccm_freectx;
static void *aria_ccm_newctx(void *provctx, size_t keybits)
{