123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- #include "se_version.h"
- #define __CONCAT(x, y) xy
- #define SGX_TKEY_EXCHANGE_VERSION_STR __CONCAT("SGX_TKEY_EXCHANGE_VERSION_", STRFILEVER)
- #ifdef __cplusplus
- extern "C" {
- #endif
- __attribute__((visibility("default")))
- const char * sgx_tkey_exchange_version = SGX_TKEY_EXCHANGE_VERSION_STR;
- #ifdef __cplusplus
- }
- #endif
|