Issue 136: Add a flag to disable SVP functionality#148
Issue 136: Add a flag to disable SVP functionality#148riwoh merged 2 commits intordkcentral:mainfrom
Conversation
SVP Functionality Disabledroot@0a8a282e0cc2:/home/ubuntu/hsrini103/tasecureapi/reference# nm ./cmake-build/src/client/libsaclient.so | grep svp SVP Functionality Enabledroot@0a8a282e0cc2:/home/ubuntu/hsrini103/tasecureapi/reference# nm ./cmake-build/src/client/libsaclient.so | grep svp |
50e2071 to
4caf74a
Compare
505a2c3 to
8ff96ee
Compare
469acf3 to
1988301
Compare
1988301 to
593d366
Compare
| ta_client client_slot, | ||
| const sa_uuid* caller_uuid) { | ||
|
|
||
| #ifdef ENABLE_SVP |
There was a problem hiding this comment.
Shouldn't this be when SVP is not enabled?
69928ff to
84efbe9
Compare
84efbe9 to
0e27119
Compare
Reason for change: Disable/Enable SVP functionality using flag Risks: None Priority: P1
0e27119 to
b688f2b
Compare
Reason for change: Disable/Enable SVP functionality using ENABLE_SVP flag
Risks: None
Priority: P1