X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=providers%2Fimplementations%2Fciphers%2Fcipher_aes_siv.c;h=cac71eea9aa89ef790e2580d7839b2e2c5f7af5e;hb=1be63951f87dfcbc98efe5d94a15298fea885890;hp=6894567fb278520a787b38a822e37d308e85e2f1;hpb=5e26c3399d154b9ed29558129ca1916a1b5b095e;p=thirdparty%2Fopenssl.git diff --git a/providers/implementations/ciphers/cipher_aes_siv.c b/providers/implementations/ciphers/cipher_aes_siv.c index 6894567fb2..cac71eea9a 100644 --- a/providers/implementations/ciphers/cipher_aes_siv.c +++ b/providers/implementations/ciphers/cipher_aes_siv.c @@ -266,7 +266,7 @@ static void * alg##kbits##lc##_newctx(void *provctx) \ return alg##_##lc##_newctx(provctx, 2*kbits, EVP_CIPH_##UCMODE##_MODE, \ flags); \ } \ -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_DUPCTX, (void (*)(void)) lc##_dupctx }, \