diff -u lftp-3.1.3/debian/changelog lftp-3.1.3/debian/changelog
--- lftp-3.1.3/debian/changelog
+++ lftp-3.1.3/debian/changelog
@@ -1,3 +1,9 @@
+lftp (3.1.3-1.sam) unstable; urgency=low
+
+  * Re-enable SSL support
+
+ -- Sam Morris <sam@robots.org.uk>  Mon,  2 May 2005 13:16:00 +0100
+
 lftp (3.1.3-1) unstable; urgency=medium
 
   * new upstream from 2005-04-15
diff -u lftp-3.1.3/debian/control lftp-3.1.3/debian/control
--- lftp-3.1.3/debian/control
+++ lftp-3.1.3/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Noèl Köthe <noel@debian.org>
 Standards-Version: 3.6.1
-Build-Depends: debhelper (>> 3.0.0), libreadline4-dev (>= 4.2-3), gettext, gawk, bison
+Build-Depends: debhelper (>> 3.0.0), libreadline4-dev (>= 4.2-3), gettext, gawk, bison, libssl-dev
 
 Package: lftp
 Architecture: any
diff -u lftp-3.1.3/debian/rules lftp-3.1.3/debian/rules
--- lftp-3.1.3/debian/rules
+++ lftp-3.1.3/debian/rules
@@ -18,7 +18,7 @@
 			--mandir=\$${prefix}/share/man \
 			--infodir=\$${prefix}/share/info \
 			--sysconfdir=/etc \
-			--without-ssl
+			--with-ssl
 
 	touch configure-stamp
 
