$NetBSD: patch-aa,v 1.2 1999/12/01 01:00:18 bad Exp $ # make sure configure finds the ssl library. --- pkg.sslmod/libssl.module.orig Thu Sep 30 14:24:27 1999 +++ pkg.sslmod/libssl.module Tue Nov 30 19:35:43 1999 @@ -382,7 +382,7 @@ if [ -f "$SSL_BASE/libssl.a" ]; then SSL_LIBDIR='$(SSL_BASE)' my_real_ssl_libdir="$SSL_BASE" - elif [ -f "$SSL_BASE/lib/libssl.a" ]; then + elif [ -f "$SSL_BASE/lib/libssl.so.1.0" ]; then SSL_LIBDIR='$(SSL_BASE)/lib' my_real_ssl_libdir="$SSL_BASE/lib" else