mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Use depreacated attribute compatible with old gcc.
This commit is contained in:
@@ -2494,7 +2494,7 @@ int crypt_reencrypt_init_by_keyring(struct crypt_device *cd,
|
||||
*/
|
||||
int crypt_reencrypt(struct crypt_device *cd,
|
||||
int (*progress)(uint64_t size, uint64_t offset, void *usrptr))
|
||||
__attribute__((deprecated("Use crypt_reencrypt_run instead.")));
|
||||
__attribute__((deprecated));
|
||||
|
||||
/**
|
||||
* Run data reencryption.
|
||||
|
||||
Reference in New Issue
Block a user