Hi,
We are trying to develop our own access manager c++ client taking reference of se05x_ConcurrentEcc.c.
But there are few API's like ex_sss_boot_open_on_id defined in ex_common which built as static .So we cant link library as static because of licenses.
is there way to connect to accessmanager without using ex_common.
Regards
Vishwa
Hi @vishwanchandapu ,
Please try to enable the following option for cmake:
Hope that helps,
Have a great day,
Kan
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi
Thanks for the info it is working as expected.
out of curiosity what ex stands in "ex_sss_boot_open_on_id " is it example?
With Regards
Vishwa
Hello @vishwanchandapu ,
Yes, your understanding is correct . Please kindly refer to simw-top/doc/sss/ex/doc/ex-boot.html for more details.
Have a great day,
Kan
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------