Thanks, Rich It seems the openssl folder is created when running "./Configure dist", let me try with that.
Thanks Again! Lianghui ________________________________________ From: openssl-dev [[email protected]] on behalf of Salz, Rich [[email protected]] Sent: Monday, July 06, 2015 3:07 PM To: [email protected] Subject: Re: [openssl-dev] System openssl header files are used when building openssl itself > No, it doesn't. And it should not, right? As there is no folder openssl which > has files like ssl.h. In master, there should be include/openssl/ssl.h > But I did notice some files, like ssl_locl.h, are included in C files using > "ssl_locl.h", instead of <openssl/ssl_locl.h>, already. The file ssl_locl.h is local to the ssl directory. It's a private implementation file, not used by outside of that directory. _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
