Module Name: src
Committed By: christos
Date: Fri Dec 21 18:09:39 UTC 2012
Modified Files:
src/rescue: list.crypto
Log Message:
PR/47276: ftp has ssl support now.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/rescue/list.crypto
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/rescue/list.crypto
diff -u src/rescue/list.crypto:1.8 src/rescue/list.crypto:1.9
--- src/rescue/list.crypto:1.8 Mon Jul 20 15:59:22 2009
+++ src/rescue/list.crypto Fri Dec 21 13:09:39 2012
@@ -1,4 +1,4 @@
-# $NetBSD: list.crypto,v 1.8 2009/07/20 19:59:22 christos Exp $
+# $NetBSD: list.crypto,v 1.9 2012/12/21 18:09:39 christos Exp $
PROG cgdconfig
@@ -7,4 +7,4 @@ PROG ssh slogin
SPECIAL scp srcdir crypto/external/bsd/openssh/bin/scp
SPECIAL ssh srcdir crypto/external/bsd/openssh/bin/ssh
-LIBS -lssh -lcrypto
+LIBS -lssh -lssl -lcrypto