You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the error when I run make sdk USE_OPT_LIBS=0 DEBUG=1:
sgxssl/sgx_aes_ctr.cpp:37:10: fatal error: openssl/aes.h: No such file or directory
37 | #include "openssl/aes.h"
In fact I already install libssl-dev on Ubuntu 20:
Why is this? Thanks!
The text was updated successfully, but these errors were encountered:
Hi folks,
I got the error when I run make sdk USE_OPT_LIBS=0 DEBUG=1:
sgxssl/sgx_aes_ctr.cpp:37:10: fatal error: openssl/aes.h: No such file or directory
37 | #include "openssl/aes.h"
In fact I already install libssl-dev on Ubuntu 20:
Why is this? Thanks!
The text was updated successfully, but these errors were encountered: