diff options
| author | christos <christos@NetBSD.org> | 2012-12-21 18:09:39 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2012-12-21 18:09:39 +0000 |
| commit | 525e39b981dcd5dde665bc42e658ca94b29a167f (patch) | |
| tree | b63ef8b82b98a19a78468a6a634e1c253117698e /rescue | |
| parent | 0f45ecc2a9166cef24a993603ec238772ee69fd5 (diff) | |
PR/47276: ftp has ssl support now.
Diffstat (limited to 'rescue')
| -rw-r--r-- | rescue/list.crypto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rescue/list.crypto b/rescue/list.crypto index 345c4455da0..87a65ce42a0 100644 --- a/rescue/list.crypto +++ b/rescue/list.crypto @@ -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 |
