prov: prefix provider internal functions with ossl_
[openssl.git] / providers / implementations / ciphers / cipher_cast5_hw.c
index 2257b405f0814e76ad59a80ce271a02bede4ceda..73f0628e578b3ac739046f1b2186ddd59cafa8f5 100644 (file)
@@ -31,7 +31,7 @@ static const PROV_CIPHER_HW cast5_##mode = {                                   \
     cipher_hw_cast5_initkey,                                                   \
     cipher_hw_cast5_##mode##_cipher                                            \
 };                                                                             \
-const PROV_CIPHER_HW *PROV_CIPHER_HW_cast5_##mode(size_t keybits)              \
+const PROV_CIPHER_HW *ossl_prov_cipher_hw_cast5_##mode(size_t keybits)         \
 {                                                                              \
     return &cast5_##mode;                                                      \
 }