Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/rescue PR/47276: ftp has ssl support now.



details:   https://anonhg.NetBSD.org/src/rev/6bfff2fc2212
branches:  trunk
changeset: 783443:6bfff2fc2212
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 21 18:09:39 2012 +0000

description:
PR/47276: ftp has ssl support now.

diffstat:

 rescue/list.crypto |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r e2f92493619f -r 6bfff2fc2212 rescue/list.crypto
--- a/rescue/list.crypto        Fri Dec 21 18:07:36 2012 +0000
+++ b/rescue/list.crypto        Fri Dec 21 18:09:39 2012 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index