mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-15 03:32:09 +00:00
Move TPMLIB_SetDebug* symbols under 0.6.0 release
Move the TPMLIB_SetDebug* symbols under the 0.6.0 release. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
parent
942501e3b2
commit
ad44846dda
@ -12,9 +12,6 @@ LIBTPMS_0.5.1 {
|
||||
TPMLIB_MainInit;
|
||||
TPMLIB_Process;
|
||||
TPMLIB_RegisterCallbacks;
|
||||
TPMLIB_SetDebugFD;
|
||||
TPMLIB_SetDebugLevel;
|
||||
TPMLIB_SetDebugPrefix;
|
||||
TPMLIB_Terminate;
|
||||
TPMLIB_VolatileAll_Store;
|
||||
TPM_Free;
|
||||
@ -23,3 +20,12 @@ LIBTPMS_0.5.1 {
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
||||
LIBTPMS_0.6.0 {
|
||||
global:
|
||||
TPMLIB_SetDebugFD;
|
||||
TPMLIB_SetDebugLevel;
|
||||
TPMLIB_SetDebugPrefix;
|
||||
local:
|
||||
*;
|
||||
} LIBTPMS_0.5.1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user