mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
579a159915
limit exported symbols only to the ones actually needed by krb5kdc
11 lines
106 B
Plaintext
11 lines
106 B
Plaintext
EXPORTED {
|
|
|
|
# public symbols
|
|
global:
|
|
kdb_function_table;
|
|
|
|
# everything else is local
|
|
local:
|
|
*;
|
|
};
|