mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Stick with general practice in symbol map file.
Including old versions section with every new one _should_ have no effect but since it's a convetion let's stick with this format instead.
This commit is contained in:
@@ -1,15 +1,3 @@
|
||||
CRYPTSETUP_2.4 {
|
||||
global:
|
||||
crypt_reencrypt;
|
||||
crypt_token_max;
|
||||
crypt_header_is_detached;
|
||||
crypt_logf;
|
||||
crypt_activate_by_token_type;
|
||||
crypt_activate_by_token_pin;
|
||||
crypt_dump_json;
|
||||
crypt_format;
|
||||
};
|
||||
|
||||
CRYPTSETUP_2.0 {
|
||||
global:
|
||||
crypt_init;
|
||||
@@ -143,3 +131,15 @@ CRYPTSETUP_2.0 {
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
||||
CRYPTSETUP_2.4 {
|
||||
global:
|
||||
crypt_reencrypt;
|
||||
crypt_token_max;
|
||||
crypt_header_is_detached;
|
||||
crypt_logf;
|
||||
crypt_activate_by_token_type;
|
||||
crypt_activate_by_token_pin;
|
||||
crypt_dump_json;
|
||||
crypt_format;
|
||||
} CRYPTSETUP_2.0;
|
||||
|
||||
Reference in New Issue
Block a user