prov: prefix provider internal functions with ossl_
[openssl.git] / providers / implementations / ciphers / cipher_camellia_hw.c
index 3a8fa282c3aa10554960438467f3c0717c86eb7a..af4db4405a6b4d026257841fa0fc974fcbb5827d 100644 (file)
@@ -58,7 +58,7 @@ static const PROV_CIPHER_HW camellia_##mode = {                                \
     cipher_hw_camellia_copyctx                                                 \
 };                                                                             \
 PROV_CIPHER_HW_declare(mode)                                                   \
-const PROV_CIPHER_HW *PROV_CIPHER_HW_camellia_##mode(size_t keybits)           \
+const PROV_CIPHER_HW *ossl_prov_cipher_hw_camellia_##mode(size_t keybits)      \
 {                                                                              \
     PROV_CIPHER_HW_select(mode)                                                \
     return &camellia_##mode;                                                   \