mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 19:19:32 +03:00
Static symbols exported by ICP
The crypto_cipher_init_prov and crypto_cipher_init are declared static and should not be exported by the ICP. This resolves the following warnings observed when building with the 5.4 kernel. WARNING: "crypto_cipher_init" [.../icp] is a static EXPORT_SYMBOL WARNING: "crypto_cipher_init_prov" [.../icp] is a static EXPORT_SYMBOL Reviewed-by: Tony Hutter <hutter2@llnl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #9791
This commit is contained in:
parent
54007c791f
commit
cc618d179e
@ -916,8 +916,6 @@ crypto_decrypt_single(crypto_context_t context, crypto_data_t *ciphertext,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if defined(_KERNEL)
|
#if defined(_KERNEL)
|
||||||
EXPORT_SYMBOL(crypto_cipher_init_prov);
|
|
||||||
EXPORT_SYMBOL(crypto_cipher_init);
|
|
||||||
EXPORT_SYMBOL(crypto_encrypt_prov);
|
EXPORT_SYMBOL(crypto_encrypt_prov);
|
||||||
EXPORT_SYMBOL(crypto_encrypt);
|
EXPORT_SYMBOL(crypto_encrypt);
|
||||||
EXPORT_SYMBOL(crypto_encrypt_init_prov);
|
EXPORT_SYMBOL(crypto_encrypt_init_prov);
|
||||||
|
Loading…
Reference in New Issue
Block a user