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:
Stefan Berger 2017-01-24 11:20:25 -05:00
parent 942501e3b2
commit ad44846dda

View File

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