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:
Ondrej Kozina
2021-04-06 12:42:27 +02:00
parent ec3a9746a9
commit bc488fd4f1

View File

@@ -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;