prov: prefix all OSSL_DISPATCH tables names with ossl_
[openssl.git] / providers / implementations / include / prov / ciphercommon_aead.h
index 1bf9b919f9e2730f727722e63c7b96be15db90c2..5c82efccaede41db2405e8265d011f92f62ee9e8 100644 (file)
@@ -28,7 +28,7 @@ static void * alg##kbits##lc##_newctx(void *provctx)                           \
 {                                                                              \
     return alg##_##lc##_newctx(provctx, kbits);                                \
 }                                                                              \
-const OSSL_DISPATCH alg##kbits##lc##_functions[] = {                           \
+const OSSL_DISPATCH ossl_##alg##kbits##lc##_functions[] = {                    \
     { OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))alg##kbits##lc##_newctx },      \
     { OSSL_FUNC_CIPHER_FREECTX, (void (*)(void))alg##_##lc##_freectx },        \
     { OSSL_FUNC_CIPHER_ENCRYPT_INIT, (void (*)(void)) lc##_einit },            \