I would compile OpenSSL from source, creating only static libraries. Don't install it over your system's SSL libraries though. Then compile tinc, referencing the location of your newly compiled OpenSSL with '--with-openssl-include/lib=. Just let everything else be auto-linked with your system libs. That's what I would do anyway. -Lance