Mon Jul 20 15:46:51 2009 UTC ()
Use the correct libcrypto.


(christos)
diff -r1.3 -r1.4 src/external/bsd/fetch/lib/Makefile

cvs diff -r1.3 -r1.4 src/external/bsd/fetch/lib/Makefile (expand / switch to context diff)
--- src/external/bsd/fetch/lib/Makefile 2009/05/28 10:44:29 1.3
+++ src/external/bsd/fetch/lib/Makefile 2009/07/20 15:46:51 1.4
@@ -20,8 +20,8 @@
 
 LDADD=		-lssl -lcrypto
 
-LIBDPLIBS+=	ssl	${NETBSDSRCDIR}/lib/libssl \
-		crypto	${NETBSDSRCDIR}/lib/libcrypto
+LIBDPLIBS+=	ssl	${NETBSDSRCDIR}/crypto/external/bsd/openssl/lib/libssl \
+		crypto	${NETBSDSRCDIR}/crypto/external/bsd/openssl/lib/libcrypto
 .endif
 
 CLEANFILES+=	ftperr.h httperr.h