The c code complies well with $ icc test.c -o test -lcrypto to run in the host. However when I want to build for mic cores, it went wrong. Any idea? Thanks very much for the help.
$ icc -mmic test.c -o test -lcrypto
test.c(4): catastrophic error: cannot open source file "openssl/rsa.h"
#include <openssl/rsa.h>
^
compilation aborted for rsa_mic.c (code 4)
$