--- ./Makefile.orig 2008-05-24 14:03:31 +0400 +++ ./Makefile 2002-01-04 08:54:43 +0300 @@ -9,10 +9,10 @@ # http://www.openssl.org/ Make sure the SSL_TREE definition points to the # tree with your OpenSSL installation - depending on how you installed it, # it may be in /usr/local instead of /usr/local/ssl. -#SSL_TREE = /usr/local/ssl -#SSL_DEFS = -DUSE_SSL -#SSL_INC = -I$(SSL_TREE)/include -#SSL_LIBS = -L$(SSL_TREE)/lib -lssl -lcrypto +SSL_TREE = /usr +SSL_DEFS = -DUSE_SSL +SSL_INC = -I$(SSL_TREE)/include +SSL_LIBS = -L$(SSL_TREE)/lib -lssl -lcrypto BINDIR = /usr/local/bin