mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-14 12:20:00 +01:00
Add crypt_backend_destroy() function and cll it as library destructor.
This commit is contained in:
@@ -143,6 +143,11 @@ int crypt_backend_init(struct crypt_device *ctx)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void crypt_backend_destroy(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
const char *crypt_backend_version(void)
|
||||
{
|
||||
return version;
|
||||
|
||||
Reference in New Issue
Block a user