summaryrefslogtreecommitdiff
path: root/providers/implementations/ciphers/cipher_des_hw.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/ciphers/cipher_des_hw.c')
-rw-r--r--providers/implementations/ciphers/cipher_des_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/ciphers/cipher_des_hw.c b/providers/implementations/ciphers/cipher_des_hw.c
index f52bade45e..4ae15c3826 100644
--- a/providers/implementations/ciphers/cipher_des_hw.c
+++ b/providers/implementations/ciphers/cipher_des_hw.c
@@ -183,7 +183,7 @@ static const PROV_CIPHER_HW des_##mode = { \
cipher_hw_des_##mode##_cipher, \
cipher_hw_des_copyctx \
}; \
-const PROV_CIPHER_HW *PROV_CIPHER_HW_des_##mode(void) \
+const PROV_CIPHER_HW *ossl_prov_cipher_hw_des_##mode(void) \
{ \
return &des_##mode; \
}