Files
intel-linux-sgx/sdk/sample_libcrypto
Jia Zhang 9338007c3a libsample_libcrypto.so: Fix link error
The C_OBJS is forgotten to link OBJS togeter in Makefile.
This mistake causes a build failure on SampleCode/RemoteAttestation:

/opt/intel/sgxsdk/SampleCode/RemoteAttestation/sample_libcrypto/libsample_libcrypto.so:
undefined reference to `sgx_disp_ippsAES_GCMGetTag'
/opt/intel/sgxsdk/SampleCode/RemoteAttestation/sample_libcrypto/libsample_libcrypto.so:
undefined reference to `sgx_disp_ippsAES_GCMGetSize'
...

Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
2018-06-11 17:01:56 +08:00
..