Hi Dear all
I am trying to call some openssl function in my code.
I had add /Developer/SDKs/MacOSX10.5.sdk/usr/include/ in the search header path.
And add -lssl -lcrypto in link other flag.
Then I import the openssl header file
#include "openssl/dh.h"
Then I meet the compile error.
Did any one meet the problem before.
I am trying to call some openssl function in my code.
I had add /Developer/SDKs/MacOSX10.5.sdk/usr/include/ in the search header path.
And add -lssl -lcrypto in link other flag.
Then I import the openssl header file
#include "openssl/dh.h"
Then I meet the compile error.
Did any one meet the problem before.