File openssl_crypto.patch of Package ssmtp
--- ssmtp-2.64/configure.orig 2014-01-02 13:13:33.449606277 +0100 +++ ssmtp-2.64/configure 2014-01-02 13:13:50.023605677 +0100 @@ -1562,7 +1562,7 @@ if test x$enableval = xyes ; then #define HAVE_SSL 1 EOF - LIBS="$LIBS -lssl" + LIBS="$LIBS -lssl -lcrypto" fi enableval=""