2 // openssl is a completely different feature than ssl.
3 // Currently ssl uses openssl, and openssl is enabled by
4 // default. If we ever add a new ssl library, then you
5 // would likely enable only one ssl library feature.
16 includes += $(SSL_INCDIR)
17 libpaths += $(SSL_LIBDIR)
19 specific(prop:windows) {
20 lit_libs += libeay32 ssleay32
21 includes += $(SSL_ROOT)/inc32
22 libpaths += $(SSL_ROOT)/out32dll $(SSL_ROOT)/out32
24 lit_libs += ssl crypto
26 // Some Linux OpenSSL installations compile in Kerberos support. Add
27 // the Kerberos include path to preprocessor include path.
28 includes += /usr/kerberos/include
31 // Some prepackaged installations of OpenSSL have libraries in different
33 specific(prop:borland) {
34 libpaths += $(SSL_ROOT)/lib/Builder5
36 specific(prop:microsoft) {
37 libpaths += $(SSL_ROOT)/lib/VC
42 specific(prop:windows) {
43 lit_libs -= libeay32 ssleay32
44 lit_libs += libssl libcrypto