--- Makefile.PL~ Sat Jul 31 09:59:12 1999 +++ Makefile.PL Thu Feb 17 20:55:42 2000 @@ -14,7 +14,7 @@ $make_it = shift if $ARGV[0] eq '-m'; $test_it = shift if $ARGV[0] eq '-t'; $debug = $test_it = shift if $ARGV[0] eq '-d'; -$openssl_path = shift || '/usr/local/ssl'; +$openssl_path = shift || '/usr'; $openssl_vers = '0.9.3a';